Uses of Class
software.amazon.awssdk.services.snowball.model.ListClustersRequest
-
Packages that use ListClustersRequest 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 software.amazon.awssdk.services.snowball.transform -
-
Uses of ListClustersRequest in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball with parameters of type ListClustersRequest Modifier and Type Method Description default CompletableFuture<ListClustersResponse>SnowballAsyncClient. listClusters(ListClustersRequest listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.default ListClustersResponseSnowballClient. listClusters(ListClustersRequest listClustersRequest)Returns an array ofClusterListEntryobjects of the specified length.default ListClustersPublisherSnowballAsyncClient. listClustersPaginator(ListClustersRequest listClustersRequest)This is a variant ofSnowballAsyncClient.listClusters(software.amazon.awssdk.services.snowball.model.ListClustersRequest)operation.default ListClustersIterableSnowballClient. listClustersPaginator(ListClustersRequest listClustersRequest)This is a variant ofSnowballClient.listClusters(software.amazon.awssdk.services.snowball.model.ListClustersRequest)operation. -
Uses of ListClustersRequest in software.amazon.awssdk.services.snowball.paginators
Constructors in software.amazon.awssdk.services.snowball.paginators with parameters of type ListClustersRequest Constructor Description ListClustersIterable(SnowballClient client, ListClustersRequest firstRequest)ListClustersPublisher(SnowballAsyncClient client, ListClustersRequest firstRequest) -
Uses of ListClustersRequest in software.amazon.awssdk.services.snowball.transform
Methods in software.amazon.awssdk.services.snowball.transform with parameters of type ListClustersRequest Modifier and Type Method Description SdkHttpFullRequestListClustersRequestMarshaller. marshall(ListClustersRequest listClustersRequest)
-