| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupstorage |
The frontend service for Cryo Storage.
|
| software.amazon.awssdk.services.backupstorage.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChunksResponse |
BackupStorageClient.listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)
List chunks in a given Object
|
default ListChunksResponse |
BackupStorageClient.listChunks(ListChunksRequest listChunksRequest)
List chunks in a given Object
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChunksResponse> |
BackupStorageAsyncClient.listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)
List chunks in a given Object
|
default CompletableFuture<ListChunksResponse> |
BackupStorageAsyncClient.listChunks(ListChunksRequest listChunksRequest)
List chunks in a given Object
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChunksResponse> |
ListChunksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChunksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChunksResponse> subscriber) |
Copyright © 2023. All rights reserved.