Uses of Class
com.amazonaws.services.importexport.model.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.amazonaws.services.importexport com.amazonaws.services.importexport.model -
-
Uses of ListJobsRequest in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResult
AbstractAmazonImportExport. listJobs(ListJobsRequest request)
ListJobsResult
AmazonImportExport. listJobs(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.ListJobsResult
AmazonImportExportClient. listJobs(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.Future<ListJobsResult>
AbstractAmazonImportExportAsync. listJobsAsync(ListJobsRequest request)
Future<ListJobsResult>
AbstractAmazonImportExportAsync. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Future<ListJobsResult>
AmazonImportExportAsync. listJobsAsync(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.Future<ListJobsResult>
AmazonImportExportAsync. listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation returns the jobs associated with the requester.Future<ListJobsResult>
AmazonImportExportAsyncClient. listJobsAsync(ListJobsRequest request)
Future<ListJobsResult>
AmazonImportExportAsyncClient. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Method parameters in com.amazonaws.services.importexport with type arguments of type ListJobsRequest Modifier and Type Method Description Future<ListJobsResult>
AbstractAmazonImportExportAsync. listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Simplified method form for invoking the ListJobs operation with an AsyncHandler.Future<ListJobsResult>
AbstractAmazonImportExportAsync. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Future<ListJobsResult>
AmazonImportExportAsync. listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Simplified method form for invoking the ListJobs operation with an AsyncHandler.Future<ListJobsResult>
AmazonImportExportAsync. listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation returns the jobs associated with the requester.Future<ListJobsResult>
AmazonImportExportAsyncClient. listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Simplified method form for invoking the ListJobs operation with an AsyncHandler.Future<ListJobsResult>
AmazonImportExportAsyncClient. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
-
Uses of ListJobsRequest in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return ListJobsRequest Modifier and Type Method Description ListJobsRequest
ListJobsRequest. clone()
ListJobsRequest
ListJobsRequest. withAPIVersion(String aPIVersion)
ListJobsRequest
ListJobsRequest. withMarker(String marker)
ListJobsRequest
ListJobsRequest. withMaxJobs(Integer maxJobs)
-