Uses of Class
software.amazon.awssdk.services.snowball.model.DescribeClusterResponse
-
Packages that use DescribeClusterResponse 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 DescribeClusterResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return DescribeClusterResponse Modifier and Type Method Description default DescribeClusterResponseSnowballClient. describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)Returns information about a specific cluster including shipping information, cluster status, and other important metadata.default DescribeClusterResponseSnowballClient. describeCluster(DescribeClusterRequest describeClusterRequest)Returns information about a specific cluster including shipping information, cluster status, and other important metadata.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type DescribeClusterResponse Modifier and Type Method Description default CompletableFuture<DescribeClusterResponse>SnowballAsyncClient. describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)Returns information about a specific cluster including shipping information, cluster status, and other important metadata.default CompletableFuture<DescribeClusterResponse>SnowballAsyncClient. describeCluster(DescribeClusterRequest describeClusterRequest)Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
-