| Package | Description |
|---|---|
| com.amazonaws.services.importexport |
Synchronous and asynchronous client classes for accessing AmazonImportExport.
|
| com.amazonaws.services.importexport.model |
Classes modeling the various types represented by AmazonImportExport.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
AmazonImportExportClient.listJobs(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.
|
ListJobsResult |
AmazonImportExport.listJobs(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.
|
Future<ListJobsResult> |
AmazonImportExportAsync.listJobsAsync(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.
|
Future<ListJobsResult> |
AmazonImportExportAsyncClient.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 listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation returns the jobs associated with the requester.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AmazonImportExportAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation returns the jobs associated with the requester.
|
Future<ListJobsResult> |
AmazonImportExportAsyncClient.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation returns the jobs associated with the requester.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.withMarker(String marker)
Specifies the JOBID to start after when listing the jobs created with
your account.
|
ListJobsRequest |
ListJobsRequest.withMaxJobs(Integer maxJobs)
Sets the maximum number of jobs returned in the response.
|
Copyright © 2014. All rights reserved.