Uses of Class
com.amazonaws.services.importexport.model.GetStatusResult
Packages that use GetStatusResult
-
Uses of GetStatusResult in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport that return GetStatusResultModifier and TypeMethodDescriptionAbstractAmazonImportExport.getStatus
(GetStatusRequest request) 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.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.Methods in com.amazonaws.services.importexport that return types with arguments of type GetStatusResultModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.getStatusAsync
(GetStatusRequest request) AbstractAmazonImportExportAsync.getStatusAsync
(GetStatusRequest request, AsyncHandler<GetStatusRequest, GetStatusResult> asyncHandler) 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.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.AmazonImportExportAsyncClient.getStatusAsync
(GetStatusRequest request) AmazonImportExportAsyncClient.getStatusAsync
(GetStatusRequest request, AsyncHandler<GetStatusRequest, GetStatusResult> asyncHandler) Method parameters in com.amazonaws.services.importexport with type arguments of type GetStatusResultModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.getStatusAsync
(GetStatusRequest request, AsyncHandler<GetStatusRequest, GetStatusResult> asyncHandler) 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.AmazonImportExportAsyncClient.getStatusAsync
(GetStatusRequest request, AsyncHandler<GetStatusRequest, GetStatusResult> asyncHandler) -
Uses of GetStatusResult in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return GetStatusResultModifier and TypeMethodDescriptionGetStatusResult.clone()
GetStatusResult.withArtifactList
(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).GetStatusResult.withArtifactList
(Collection<Artifact> artifactList) GetStatusResult.withCarrier
(String carrier) GetStatusResult.withCreationDate
(Date creationDate) GetStatusResult.withCurrentManifest
(String currentManifest) GetStatusResult.withErrorCount
(Integer errorCount) GetStatusResult.withJobType
(JobType jobType) GetStatusResult.withJobType
(String jobType) GetStatusResult.withLocationCode
(String locationCode) GetStatusResult.withLocationMessage
(String locationMessage) GetStatusResult.withLogBucket
(String logBucket) GetStatusResult.withLogKey
(String logKey) GetStatusResult.withProgressCode
(String progressCode) GetStatusResult.withProgressMessage
(String progressMessage) GetStatusResult.withSignature
(String signature) GetStatusResult.withSignatureFileContents
(String signatureFileContents) GetStatusResult.withTrackingNumber
(String trackingNumber)