Uses of Class
software.amazon.awssdk.services.snowball.model.ListClustersResponse
-
Packages that use ListClustersResponse 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 -
-
Uses of ListClustersResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListClustersResponse Modifier and Type Method Description default ListClustersResponseSnowballClient. listClusters()Returns an array ofClusterListEntryobjects of the specified length.default ListClustersResponseSnowballClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.default ListClustersResponseSnowballClient. listClusters(ListClustersRequest listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListClustersResponse Modifier and Type Method Description default CompletableFuture<ListClustersResponse>SnowballAsyncClient. listClusters()Returns an array ofClusterListEntryobjects of the specified length.default CompletableFuture<ListClustersResponse>SnowballAsyncClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.default CompletableFuture<ListClustersResponse>SnowballAsyncClient. listClusters(ListClustersRequest listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length. -
Uses of ListClustersResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListClustersResponse Modifier and Type Method Description Iterator<ListClustersResponse>ListClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListClustersResponse Modifier and Type Method Description voidListClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber)
-