| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| software.amazon.awssdk.services.glacier.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
GlacierClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default ListJobsResponse |
GlacierClient.listJobs(ListJobsRequest listJobsRequest)
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 |
|---|---|
default CompletableFuture<ListJobsResponse> |
GlacierAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default CompletableFuture<ListJobsResponse> |
GlacierAsyncClient.listJobs(ListJobsRequest listJobsRequest)
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 |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.