Uses of Class
software.amazon.awssdk.services.neptune.model.CreateDbClusterParameterGroupRequest
-
Packages that use CreateDbClusterParameterGroupRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.transform -
-
Uses of CreateDbClusterParameterGroupRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type CreateDbClusterParameterGroupRequest Modifier and Type Method Description default CompletableFuture<CreateDbClusterParameterGroupResponse>NeptuneAsyncClient. createDBClusterParameterGroup(CreateDbClusterParameterGroupRequest createDbClusterParameterGroupRequest)Creates a new DB cluster parameter group.default CreateDbClusterParameterGroupResponseNeptuneClient. createDBClusterParameterGroup(CreateDbClusterParameterGroupRequest createDbClusterParameterGroupRequest)Creates a new DB cluster parameter group. -
Uses of CreateDbClusterParameterGroupRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type CreateDbClusterParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateDbClusterParameterGroupRequestMarshaller. marshall(CreateDbClusterParameterGroupRequest createDbClusterParameterGroupRequest)
-