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