Uses of Class
software.amazon.awssdk.services.snowball.paginators.ListClustersIterable
-
Packages that use ListClustersIterable 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). -
-
Uses of ListClustersIterable in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListClustersIterable Modifier and Type Method Description default ListClustersIterableSnowballClient. listClustersPaginator()Returns an array ofClusterListEntryobjects of the specified length.default ListClustersIterableSnowballClient. listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.default ListClustersIterableSnowballClient. listClustersPaginator(ListClustersRequest listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.
-