AWS SDK for .NET Documentation
ListJobs Method (listJobsRequest)
AmazonAmazon.ImportExportAmazonImportExportListJobs(ListJobsRequest) Did this page help you?   Yes   No    Tell us about it...

This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.

Declaration Syntax
C#
ListJobsResponse ListJobs(
	ListJobsRequest listJobsRequest
)
Parameters
listJobsRequest (ListJobsRequest)
Container for the necessary parameters to execute the ListJobs service method on AmazonImportExport.
Return Value
The response from the ListJobs service method, as returned by AmazonImportExport.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)