Uses of Class
com.amazonaws.services.glacier.model.DescribeJobResult
-
Packages that use DescribeJobResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of DescribeJobResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return DescribeJobResult Modifier and Type Method Description DescribeJobResult
AbstractAmazonGlacier. describeJob(DescribeJobRequest request)
DescribeJobResult
AmazonGlacier. describeJob(DescribeJobRequest describeJobRequest)
This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.DescribeJobResult
AmazonGlacierClient. describeJob(DescribeJobRequest describeJobRequest)
This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.Methods in com.amazonaws.services.glacier that return types with arguments of type DescribeJobResult Modifier and Type Method Description Future<DescribeJobResult>
AbstractAmazonGlacierAsync. describeJobAsync(DescribeJobRequest request)
Future<DescribeJobResult>
AbstractAmazonGlacierAsync. describeJobAsync(DescribeJobRequest request, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Future<DescribeJobResult>
AmazonGlacierAsync. describeJobAsync(DescribeJobRequest describeJobRequest)
This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.Future<DescribeJobResult>
AmazonGlacierAsync. describeJobAsync(DescribeJobRequest describeJobRequest, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.Future<DescribeJobResult>
AmazonGlacierAsyncClient. describeJobAsync(DescribeJobRequest request)
Future<DescribeJobResult>
AmazonGlacierAsyncClient. describeJobAsync(DescribeJobRequest request, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Method parameters in com.amazonaws.services.glacier with type arguments of type DescribeJobResult Modifier and Type Method Description Future<DescribeJobResult>
AbstractAmazonGlacierAsync. describeJobAsync(DescribeJobRequest request, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Future<DescribeJobResult>
AmazonGlacierAsync. describeJobAsync(DescribeJobRequest describeJobRequest, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.Future<DescribeJobResult>
AmazonGlacierAsyncClient. describeJobAsync(DescribeJobRequest request, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
-
Uses of DescribeJobResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DescribeJobResult Modifier and Type Method Description DescribeJobResult
DescribeJobResult. clone()
DescribeJobResult
DescribeJobResult. withAction(ActionCode action)
The job type.DescribeJobResult
DescribeJobResult. withAction(String action)
The job type.DescribeJobResult
DescribeJobResult. withArchiveId(String archiveId)
For an ArchiveRetrieval job, this is the archive ID requested for download.DescribeJobResult
DescribeJobResult. withArchiveSHA256TreeHash(String archiveSHA256TreeHash)
The SHA256 tree hash of the entire archive for an archive retrieval.DescribeJobResult
DescribeJobResult. withArchiveSizeInBytes(Long archiveSizeInBytes)
For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download.DescribeJobResult
DescribeJobResult. withCompleted(Boolean completed)
The job status.DescribeJobResult
DescribeJobResult. withCompletionDate(String completionDate)
The UTC time that the archive retrieval request completed.DescribeJobResult
DescribeJobResult. withCreationDate(String creationDate)
The UTC date when the job was created.DescribeJobResult
DescribeJobResult. withInventoryRetrievalParameters(InventoryRetrievalJobDescription inventoryRetrievalParameters)
Parameters used for range inventory retrieval.DescribeJobResult
DescribeJobResult. withInventorySizeInBytes(Long inventorySizeInBytes)
For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download.DescribeJobResult
DescribeJobResult. withJobDescription(String jobDescription)
The job description you provided when you initiated the job.DescribeJobResult
DescribeJobResult. withJobId(String jobId)
An opaque string that identifies an Amazon Glacier job.DescribeJobResult
DescribeJobResult. withRetrievalByteRange(String retrievalByteRange)
The retrieved byte range for archive retrieval jobs in the form "StartByteValue-EndByteValue" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1.DescribeJobResult
DescribeJobResult. withSHA256TreeHash(String sHA256TreeHash)
For an ArchiveRetrieval job, it is the checksum of the archive.DescribeJobResult
DescribeJobResult. withSNSTopic(String sNSTopic)
An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.DescribeJobResult
DescribeJobResult. withStatusCode(StatusCode statusCode)
The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.DescribeJobResult
DescribeJobResult. withStatusCode(String statusCode)
The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.DescribeJobResult
DescribeJobResult. withStatusMessage(String statusMessage)
A friendly message that describes the job status.DescribeJobResult
DescribeJobResult. withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.
-