Uses of Class
com.amazonaws.services.glacier.model.DescribeJobResult
Packages that use DescribeJobResult
-
Uses of DescribeJobResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return DescribeJobResultModifier and TypeMethodDescriptionAbstractAmazonGlacier.describeJob
(DescribeJobRequest request) 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.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 DescribeJobResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request) AbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) 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.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.AmazonGlacierAsyncClient.describeJobAsync
(DescribeJobRequest request) AmazonGlacierAsyncClient.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type DescribeJobResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) 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.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 DescribeJobResultModifier and TypeMethodDescriptionDescribeJobResult.clone()
DescribeJobResult.withAction
(ActionCode action) The job type.DescribeJobResult.withAction
(String action) The job type.DescribeJobResult.withArchiveId
(String archiveId) For an ArchiveRetrieval job, this is the archive ID requested for download.DescribeJobResult.withArchiveSHA256TreeHash
(String archiveSHA256TreeHash) The SHA256 tree hash of the entire archive for an archive retrieval.DescribeJobResult.withArchiveSizeInBytes
(Long archiveSizeInBytes) For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download.DescribeJobResult.withCompleted
(Boolean completed) The job status.DescribeJobResult.withCompletionDate
(String completionDate) The UTC time that the archive retrieval request completed.DescribeJobResult.withCreationDate
(String creationDate) The UTC date when the job was created.DescribeJobResult.withInventoryRetrievalParameters
(InventoryRetrievalJobDescription inventoryRetrievalParameters) Parameters used for range inventory retrieval.DescribeJobResult.withInventorySizeInBytes
(Long inventorySizeInBytes) For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download.DescribeJobResult.withJobDescription
(String jobDescription) The job description you provided when you initiated the job.An opaque string that identifies an Amazon Glacier job.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.withSHA256TreeHash
(String sHA256TreeHash) For an ArchiveRetrieval job, it is the checksum of the archive.DescribeJobResult.withSNSTopic
(String sNSTopic) An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.DescribeJobResult.withStatusCode
(StatusCode statusCode) The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.DescribeJobResult.withStatusCode
(String statusCode) The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.DescribeJobResult.withStatusMessage
(String statusMessage) A friendly message that describes the job status.DescribeJobResult.withVaultARN
(String vaultARN) The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.