Uses of Class
com.amazonaws.services.importexport.model.GetStatusRequest
-
Packages that use GetStatusRequest Package Description com.amazonaws.services.importexport com.amazonaws.services.importexport.model -
-
Uses of GetStatusRequest in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport with parameters of type GetStatusRequest Modifier and Type Method Description GetStatusResult
AbstractAmazonImportExport. getStatus(GetStatusRequest request)
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.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.Future<GetStatusResult>
AbstractAmazonImportExportAsync. getStatusAsync(GetStatusRequest request)
Future<GetStatusResult>
AbstractAmazonImportExportAsync. getStatusAsync(GetStatusRequest request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
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>
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 request)
Future<GetStatusResult>
AmazonImportExportAsyncClient. getStatusAsync(GetStatusRequest request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
Method parameters in com.amazonaws.services.importexport with type arguments of type GetStatusRequest Modifier and Type Method Description Future<GetStatusResult>
AbstractAmazonImportExportAsync. getStatusAsync(GetStatusRequest request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
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 request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
-
Uses of GetStatusRequest in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return GetStatusRequest Modifier and Type Method Description GetStatusRequest
GetStatusRequest. clone()
GetStatusRequest
GetStatusRequest. withAPIVersion(String aPIVersion)
GetStatusRequest
GetStatusRequest. withJobId(String jobId)
-