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 |
---|---|
GetStatusResult |
AmazonImportExportClient.getStatus(GetStatusRequest getStatusRequest)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
GetStatusResult |
AmazonImportExport.getStatus(GetStatusRequest getStatusRequest)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Future<GetStatusResult> |
AmazonImportExportAsync.getStatusAsync(GetStatusRequest getStatusRequest)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest getStatusRequest)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Future<GetStatusResult> |
AmazonImportExportAsync.getStatusAsync(GetStatusRequest getStatusRequest,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest getStatusRequest,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Modifier and Type | Method and Description |
---|---|
Future<GetStatusResult> |
AmazonImportExportAsync.getStatusAsync(GetStatusRequest getStatusRequest,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest getStatusRequest,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
This operation returns information about a job, including where the
job is in the processing pipeline, the status of the results, and the
signature value associated with the job.
|
Modifier and Type | Method and Description |
---|---|
GetStatusRequest |
GetStatusRequest.withJobId(String jobId)
A unique identifier which refers to a particular job.
|
Copyright © 2014. All rights reserved.