| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and 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 S3
Glacier (Glacier) completes the job.
|
DescribeJobResult |
AmazonGlacierClient.describeJob(DescribeJobRequest request)
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 S3
Glacier (Glacier) completes the job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeJobResult> |
AbstractAmazonGlacierAsync.describeJobAsync(DescribeJobRequest request) |
Future<DescribeJobResult> |
AmazonGlacierAsyncClient.describeJobAsync(DescribeJobRequest request) |
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 S3
Glacier (Glacier) completes the job.
|
Future<DescribeJobResult> |
AbstractAmazonGlacierAsync.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
Future<DescribeJobResult> |
AmazonGlacierAsyncClient.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 S3
Glacier (Glacier) completes the job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeJobResult> |
AbstractAmazonGlacierAsync.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
Future<DescribeJobResult> |
AmazonGlacierAsyncClient.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 S3
Glacier (Glacier) completes the job.
|
| Modifier and Type | Method and 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)
The archive ID requested for a select job or archive retrieval.
|
DescribeJobResult |
DescribeJobResult.withArchiveSHA256TreeHash(String archiveSHA256TreeHash)
The SHA256 tree hash of the entire archive for an archive retrieval.
|
DescribeJobResult |
DescribeJobResult.withArchiveSizeInBytes(Long archiveSizeInBytes)
For an archive retrieval job, this value 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 job 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 inventory retrieval job, this value is the size in bytes of the inventory requested for download.
|
DescribeJobResult |
DescribeJobResult.withJobDescription(String jobDescription)
The job description provided when initiating the job.
|
DescribeJobResult |
DescribeJobResult.withJobId(String jobId)
An opaque string that identifies an Amazon S3 Glacier job.
|
DescribeJobResult |
DescribeJobResult.withJobOutputPath(String jobOutputPath)
Contains the job output location.
|
DescribeJobResult |
DescribeJobResult.withOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
DescribeJobResult |
DescribeJobResult.withRetrievalByteRange(String retrievalByteRange)
The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue.
|
DescribeJobResult |
DescribeJobResult.withSelectParameters(SelectParameters selectParameters)
Contains the parameters used for a select.
|
DescribeJobResult |
DescribeJobResult.withSHA256TreeHash(String sHA256TreeHash)
For an archive retrieval job, this value is the checksum of the archive.
|
DescribeJobResult |
DescribeJobResult.withSNSTopic(String sNSTopic)
An 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.withTier(String tier)
The tier to use for a select or an archive retrieval.
|
DescribeJobResult |
DescribeJobResult.withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.
|
Copyright © 2021. All rights reserved.