| 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 |
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.
|
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.
|
Future<DescribeJobResult> |
AbstractAmazonGlacierAsync.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> |
AmazonGlacierAsyncClient.describeJobAsync(DescribeJobRequest request) |
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 S3
Glacier (Glacier) completes the job.
|
Future<DescribeJobResult> |
AmazonGlacierAsyncClient.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
| Modifier and Type | Method and 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 S3
Glacier (Glacier) completes the job.
|
Future<DescribeJobResult> |
AmazonGlacierAsyncClient.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRequest |
DescribeJobRequest.clone() |
DescribeJobRequest |
DescribeJobRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
DescribeJobRequest |
DescribeJobRequest.withJobId(String jobId)
The ID of the job to describe.
|
DescribeJobRequest |
DescribeJobRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2024. All rights reserved.