| 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 ListObjectsResponse |
BackupStorageClient.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest)
List all Objects in a given Backup.
|
default ListObjectsResponse |
BackupStorageClient.listObjects(ListObjectsRequest listObjectsRequest)
List all Objects in a given Backup.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectsResponse> |
BackupStorageAsyncClient.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest)
List all Objects in a given Backup.
|
default CompletableFuture<ListObjectsResponse> |
BackupStorageAsyncClient.listObjects(ListObjectsRequest listObjectsRequest)
List all Objects in a given Backup.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListObjectsResponse> |
ListObjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListObjectsResponse> subscriber) |
Copyright © 2023. All rights reserved.