Package | Description |
---|---|
com.amazonaws.services.importexport | |
com.amazonaws.services.importexport.model | |
com.amazonaws.services.importexport.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
GetStatusResult |
AbstractAmazonImportExport.getStatus(GetStatusRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<GetStatusResult> |
AbstractAmazonImportExportAsync.getStatusAsync(GetStatusRequest request) |
java.util.concurrent.Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest request,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<GetStatusResult> |
AbstractAmazonImportExportAsync.getStatusAsync(GetStatusRequest request,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetStatusResult> |
AmazonImportExportAsyncClient.getStatusAsync(GetStatusRequest request,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<GetStatusResult> |
AbstractAmazonImportExportAsync.getStatusAsync(GetStatusRequest request,
AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetStatusResult |
GetStatusResult.clone() |
GetStatusResult |
GetStatusResult.withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
GetStatusResult |
GetStatusResult.withArtifactList(java.util.Collection<Artifact> artifactList) |
GetStatusResult |
GetStatusResult.withCarrier(java.lang.String carrier) |
GetStatusResult |
GetStatusResult.withCreationDate(java.util.Date creationDate) |
GetStatusResult |
GetStatusResult.withCurrentManifest(java.lang.String currentManifest) |
GetStatusResult |
GetStatusResult.withErrorCount(java.lang.Integer errorCount) |
GetStatusResult |
GetStatusResult.withJobId(java.lang.String jobId) |
GetStatusResult |
GetStatusResult.withJobType(JobType jobType) |
GetStatusResult |
GetStatusResult.withJobType(java.lang.String jobType) |
GetStatusResult |
GetStatusResult.withLocationCode(java.lang.String locationCode) |
GetStatusResult |
GetStatusResult.withLocationMessage(java.lang.String locationMessage) |
GetStatusResult |
GetStatusResult.withLogBucket(java.lang.String logBucket) |
GetStatusResult |
GetStatusResult.withLogKey(java.lang.String logKey) |
GetStatusResult |
GetStatusResult.withProgressCode(java.lang.String progressCode) |
GetStatusResult |
GetStatusResult.withProgressMessage(java.lang.String progressMessage) |
GetStatusResult |
GetStatusResult.withSignature(java.lang.String signature) |
GetStatusResult |
GetStatusResult.withSignatureFileContents(java.lang.String signatureFileContents) |
GetStatusResult |
GetStatusResult.withTrackingNumber(java.lang.String trackingNumber) |
Modifier and Type | Method and Description |
---|---|
GetStatusResult |
GetStatusResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |