Uses of Class
software.amazon.awssdk.services.docdbelastic.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of Cluster in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return Cluster Modifier and Type Method Description ClusterCreateClusterResponse. cluster()The new Elastic DocumentDB cluster that has been created.ClusterDeleteClusterResponse. cluster()Returns information about the newly deleted Elastic DocumentDB cluster.ClusterGetClusterResponse. cluster()Returns information about a specific Elastic DocumentDB cluster.ClusterRestoreClusterFromSnapshotResponse. cluster()Returns information about a the restored Elastic DocumentDB cluster.ClusterUpdateClusterResponse. cluster()Returns information about the updated Elastic DocumentDB cluster.Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type Cluster Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)The new Elastic DocumentDB cluster that has been created.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. cluster(Cluster cluster)Returns information about the newly deleted Elastic DocumentDB cluster.GetClusterResponse.BuilderGetClusterResponse.Builder. cluster(Cluster cluster)Returns information about a specific Elastic DocumentDB cluster.RestoreClusterFromSnapshotResponse.BuilderRestoreClusterFromSnapshotResponse.Builder. cluster(Cluster cluster)Returns information about a the restored Elastic DocumentDB cluster.UpdateClusterResponse.BuilderUpdateClusterResponse.Builder. cluster(Cluster cluster)Returns information about the updated Elastic DocumentDB cluster.
-