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 ListJobsResultAbstractAmazonImportExport. listJobs(ListJobsRequest request)ListJobsResultAmazonImportExport. listJobs(ListJobsRequest listJobsRequest)This operation returns the jobs associated with the requester.ListJobsResultAmazonImportExportClient. 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 ListJobsRequestListJobsRequest. clone()ListJobsRequestListJobsRequest. withAPIVersion(String aPIVersion)ListJobsRequestListJobsRequest. withMarker(String marker)ListJobsRequestListJobsRequest. withMaxJobs(Integer maxJobs)
-