| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model | |
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterListEntry> |
ListClustersResponse.clusterListEntries()
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status
information. |
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
ListClustersResponse.Builder.clusterListEntries(ClusterListEntry... clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
ListClustersResponse.Builder.clusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterListEntry> |
ListClustersPublisher.clusterListEntries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterListEntry> |
ListClustersIterable.clusterListEntries()
Returns an iterable to iterate through the paginated
ListClustersResponse.clusterListEntries() member. |
Copyright © 2022. All rights reserved.