| 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()
This operation returns the jobs associated with the requester.
|
ListJobsResult |
AmazonImportExport.listJobs()
This operation returns the jobs associated with the requester.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListJobsResult |
ListJobsResult.withIsTruncated(Boolean isTruncated)
Indicates whether the list of jobs was truncated.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
A list container for Jobs returned by the ListJobs operation.
|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
A list container for Jobs returned by the ListJobs operation.
|
Copyright © 2014. All rights reserved.