Uses of Class
software.amazon.awssdk.services.snowball.model.UpdateClusterResponse
-
Packages that use UpdateClusterResponse 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 UpdateClusterResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return UpdateClusterResponse Modifier and Type Method Description default UpdateClusterResponseSnowballClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)While a cluster'sClusterStatevalue is in theAwaitingQuorumstate, you can update some of the information associated with a cluster.default UpdateClusterResponseSnowballClient. updateCluster(UpdateClusterRequest updateClusterRequest)While a cluster'sClusterStatevalue is in theAwaitingQuorumstate, you can update some of the information associated with a cluster.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type UpdateClusterResponse Modifier and Type Method Description default CompletableFuture<UpdateClusterResponse>SnowballAsyncClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)While a cluster'sClusterStatevalue is in theAwaitingQuorumstate, you can update some of the information associated with a cluster.default CompletableFuture<UpdateClusterResponse>SnowballAsyncClient. updateCluster(UpdateClusterRequest updateClusterRequest)While a cluster'sClusterStatevalue is in theAwaitingQuorumstate, you can update some of the information associated with a cluster.
-