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 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.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 GetStatusResult
GetStatusResult. clone()
GetStatusResult
GetStatusResult. withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if any).GetStatusResult
GetStatusResult. withArtifactList(Collection<Artifact> artifactList)
GetStatusResult
GetStatusResult. withCarrier(String carrier)
GetStatusResult
GetStatusResult. withCreationDate(Date creationDate)
GetStatusResult
GetStatusResult. withCurrentManifest(String currentManifest)
GetStatusResult
GetStatusResult. withErrorCount(Integer errorCount)
GetStatusResult
GetStatusResult. withJobId(String jobId)
GetStatusResult
GetStatusResult. withJobType(JobType jobType)
GetStatusResult
GetStatusResult. withJobType(String jobType)
GetStatusResult
GetStatusResult. withLocationCode(String locationCode)
GetStatusResult
GetStatusResult. withLocationMessage(String locationMessage)
GetStatusResult
GetStatusResult. withLogBucket(String logBucket)
GetStatusResult
GetStatusResult. withLogKey(String logKey)
GetStatusResult
GetStatusResult. withProgressCode(String progressCode)
GetStatusResult
GetStatusResult. withProgressMessage(String progressMessage)
GetStatusResult
GetStatusResult. withSignature(String signature)
GetStatusResult
GetStatusResult. withSignatureFileContents(String signatureFileContents)
GetStatusResult
GetStatusResult. withTrackingNumber(String trackingNumber)
-