| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
AWS Snowball is 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).
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateClusterResponse |
SnowballClient.updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
default UpdateClusterResponse |
SnowballClient.updateCluster(UpdateClusterRequest updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateClusterResponse> |
SnowballAsyncClient.updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
default CompletableFuture<UpdateClusterResponse> |
SnowballAsyncClient.updateCluster(UpdateClusterRequest updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
Copyright © 2020. All rights reserved.