Package | Description |
---|---|
com.amazonaws.services.glacier | |
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
AmazonGlacier.listJobs(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are
in-progress and jobs that have recently finished.
|
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 |
AbstractAmazonGlacier.listJobs(ListJobsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResult> |
AbstractAmazonGlacierAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest request) |
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> |
AbstractAmazonGlacierAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
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> |
AbstractAmazonGlacierAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonGlacierAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
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 |
---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
ListJobsResult |
ListJobsResult.withJobList(GlacierJobDescription... jobList)
A list of job objects.
|
ListJobsResult |
ListJobsResult.withMarker(String marker)
An opaque string that represents where to continue pagination of the
results.
|
Copyright © 2018. All rights reserved.