|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetStatusRequest | |
---|---|
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. |
Uses of GetStatusRequest in com.amazonaws.services.importexport |
---|
Methods in com.amazonaws.services.importexport with parameters of type GetStatusRequest | |
---|---|
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> |
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)
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. |
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. |
Method parameters in com.amazonaws.services.importexport with type arguments of type GetStatusRequest | |
---|---|
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. |
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. |
Uses of GetStatusRequest in com.amazonaws.services.importexport.model |
---|
Methods in com.amazonaws.services.importexport.model that return GetStatusRequest | |
---|---|
GetStatusRequest |
GetStatusRequest.withJobId(String jobId)
A unique identifier which refers to a particular job. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |