Uses of Class
com.amazonaws.services.importexport.model.GetStatusResult
-
Packages that use GetStatusResult Package Description com.amazonaws.services.importexport com.amazonaws.services.importexport.model -
-
Uses of GetStatusResult in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport that return GetStatusResult Modifier and Type Method Description GetStatusResultAbstractAmazonImportExport. getStatus(GetStatusRequest request)GetStatusResultAmazonImportExport. 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.GetStatusResultAmazonImportExportClient. 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 Modifier and Type Method Description 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 GetStatusResult 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 GetStatusResult in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return GetStatusResult Modifier and Type Method Description GetStatusResultGetStatusResult. clone()GetStatusResultGetStatusResult. withArtifactList(Artifact... artifactList)NOTE: This method appends the values to the existing list (if any).GetStatusResultGetStatusResult. withArtifactList(Collection<Artifact> artifactList)GetStatusResultGetStatusResult. withCarrier(String carrier)GetStatusResultGetStatusResult. withCreationDate(Date creationDate)GetStatusResultGetStatusResult. withCurrentManifest(String currentManifest)GetStatusResultGetStatusResult. withErrorCount(Integer errorCount)GetStatusResultGetStatusResult. withJobId(String jobId)GetStatusResultGetStatusResult. withJobType(JobType jobType)GetStatusResultGetStatusResult. withJobType(String jobType)GetStatusResultGetStatusResult. withLocationCode(String locationCode)GetStatusResultGetStatusResult. withLocationMessage(String locationMessage)GetStatusResultGetStatusResult. withLogBucket(String logBucket)GetStatusResultGetStatusResult. withLogKey(String logKey)GetStatusResultGetStatusResult. withProgressCode(String progressCode)GetStatusResultGetStatusResult. withProgressMessage(String progressMessage)GetStatusResultGetStatusResult. withSignature(String signature)GetStatusResultGetStatusResult. withSignatureFileContents(String signatureFileContents)GetStatusResultGetStatusResult. withTrackingNumber(String trackingNumber)
-