Uses of Class
com.amazonaws.services.importexport.model.GetStatusRequest

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.
 



Copyright © 2016. All rights reserved.