Uses of Class
software.amazon.awssdk.services.docdbelastic.model.CreateClusterResponse
-
Packages that use CreateClusterResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
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 Amazon DocumentDB elastic cluster and returns its cluster structure.default CreateClusterResponseDocDbElasticClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new Amazon DocumentDB elastic 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 Amazon DocumentDB elastic cluster and returns its cluster structure.default CompletableFuture<CreateClusterResponse>DocDbElasticAsyncClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
-