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

Packages that use GetStatusResult
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 GetStatusResult in com.amazonaws.services.importexport
 

Methods in com.amazonaws.services.importexport that return GetStatusResult
 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.
 

Methods in com.amazonaws.services.importexport that return types with arguments of type GetStatusResult
 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 GetStatusResult
 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 GetStatusResult in com.amazonaws.services.importexport.model
 

Methods in com.amazonaws.services.importexport.model that return GetStatusResult
 GetStatusResult GetStatusResult.withAwsShippingAddress(String awsShippingAddress)
          Address you ship your storage device to.
 GetStatusResult GetStatusResult.withCarrier(String carrier)
          Name of the shipping company.
 GetStatusResult GetStatusResult.withCreationDate(Date creationDate)
          Timestamp of the CreateJob request in ISO8601 date format.
 GetStatusResult GetStatusResult.withCurrentManifest(String currentManifest)
          The last manifest submitted, which will be used to process the job.
 GetStatusResult GetStatusResult.withErrorCount(Integer errorCount)
          Number of errors.
 GetStatusResult GetStatusResult.withJobId(String jobId)
          A unique identifier which refers to a particular job.
 GetStatusResult GetStatusResult.withJobType(JobType jobType)
          Specifies whether the job to initiate is an import or export job.
 GetStatusResult GetStatusResult.withJobType(String jobType)
          Specifies whether the job to initiate is an import or export job.
 GetStatusResult GetStatusResult.withLocationCode(String locationCode)
          A token representing the location of the storage device, such as "AtAWS".
 GetStatusResult GetStatusResult.withLocationMessage(String locationMessage)
          A more human readable form of the physical location of the storage device.
 GetStatusResult GetStatusResult.withLogBucket(String logBucket)
          Amazon S3 bucket for user logs.
 GetStatusResult GetStatusResult.withLogKey(String logKey)
          The key where the user logs were stored.
 GetStatusResult GetStatusResult.withProgressCode(String progressCode)
          A token representing the state of the job, such as "Started".
 GetStatusResult GetStatusResult.withProgressMessage(String progressMessage)
          A more human readable form of the job status.
 GetStatusResult GetStatusResult.withSignature(String signature)
          An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
 GetStatusResult GetStatusResult.withSignatureFileContents(String signatureFileContents)
          An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
 GetStatusResult GetStatusResult.withTrackingNumber(String trackingNumber)
          The shipping tracking number assigned by AWS Import/Export to the storage device when it's returned to you.
 



Copyright © 2016. All rights reserved.