| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to
transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClustersResponse |
SnowballClient.listClusters()
Returns an array of
ClusterListEntry objects of the specified length. |
default ListClustersResponse |
SnowballClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
default ListClustersResponse |
SnowballClient.listClusters(ListClustersRequest listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClustersResponse> |
SnowballAsyncClient.listClusters()
Returns an array of
ClusterListEntry objects of the specified length. |
default CompletableFuture<ListClustersResponse> |
SnowballAsyncClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
default CompletableFuture<ListClustersResponse> |
SnowballAsyncClient.listClusters(ListClustersRequest listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClustersResponse> |
ListClustersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber) |
Copyright © 2023. All rights reserved.