Uses of Class
software.amazon.awssdk.services.docdb.model.CreateDbClusterParameterGroupResponse
-
Packages that use CreateDbClusterParameterGroupResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of CreateDbClusterParameterGroupResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return CreateDbClusterParameterGroupResponse Modifier and Type Method Description default CreateDbClusterParameterGroupResponseDocDbClient. createDBClusterParameterGroup(Consumer<CreateDbClusterParameterGroupRequest.Builder> createDbClusterParameterGroupRequest)Creates a new cluster parameter group.default CreateDbClusterParameterGroupResponseDocDbClient. createDBClusterParameterGroup(CreateDbClusterParameterGroupRequest createDbClusterParameterGroupRequest)Creates a new cluster parameter group.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type CreateDbClusterParameterGroupResponse Modifier and Type Method Description default CompletableFuture<CreateDbClusterParameterGroupResponse>DocDbAsyncClient. createDBClusterParameterGroup(Consumer<CreateDbClusterParameterGroupRequest.Builder> createDbClusterParameterGroupRequest)Creates a new cluster parameter group.default CompletableFuture<CreateDbClusterParameterGroupResponse>DocDbAsyncClient. createDBClusterParameterGroup(CreateDbClusterParameterGroupRequest createDbClusterParameterGroupRequest)Creates a new cluster parameter group.
-