Uses of Class
software.amazon.awssdk.services.docdbelastic.model.CreateClusterResponse
-
Packages that use CreateClusterResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint. -
-
Uses of CreateClusterResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return CreateClusterResponse Modifier and Type Method Description default CreateClusterResponseDocDbElasticClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a new Elastic DocumentDB cluster and returns its Cluster structure.default CreateClusterResponseDocDbElasticClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new Elastic DocumentDB cluster and returns its Cluster structure.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type CreateClusterResponse Modifier and Type Method Description default CompletableFuture<CreateClusterResponse>DocDbElasticAsyncClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a new Elastic DocumentDB cluster and returns its Cluster structure.default CompletableFuture<CreateClusterResponse>DocDbElasticAsyncClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new Elastic DocumentDB cluster and returns its Cluster structure.
-