Package | Description |
---|---|
com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
AmazonGlacierClient.listJobs(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
ListJobsResult |
AmazonGlacier.listJobs(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Future<ListJobsResult> |
AmazonGlacierAsync.listJobsAsync(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Future<ListJobsResult> |
AmazonGlacierAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Future<ListJobsResult> |
AmazonGlacierAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
ListJobsRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
ListJobsRequest |
ListJobsRequest.withCompleted(String completed)
Specifies the state of the jobs to return.
|
ListJobsRequest |
ListJobsRequest.withLimit(String limit)
Specifies that the response be limited to the specified number of
items or fewer.
|
ListJobsRequest |
ListJobsRequest.withMarker(String marker)
An opaque string used for pagination.
|
ListJobsRequest |
ListJobsRequest.withStatuscode(String statuscode)
Specifies the type of job status to return.
|
ListJobsRequest |
ListJobsRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2014. All rights reserved.