Uses of Class
software.amazon.awssdk.services.neptune.model.DeleteDbClusterParameterGroupResponse
-
Packages that use DeleteDbClusterParameterGroupResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of DeleteDbClusterParameterGroupResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return DeleteDbClusterParameterGroupResponse Modifier and Type Method Description default DeleteDbClusterParameterGroupResponseNeptuneClient. deleteDBClusterParameterGroup(Consumer<DeleteDbClusterParameterGroupRequest.Builder> deleteDbClusterParameterGroupRequest)Deletes a specified DB cluster parameter group.default DeleteDbClusterParameterGroupResponseNeptuneClient. deleteDBClusterParameterGroup(DeleteDbClusterParameterGroupRequest deleteDbClusterParameterGroupRequest)Deletes a specified DB cluster parameter group.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type DeleteDbClusterParameterGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteDbClusterParameterGroupResponse>NeptuneAsyncClient. deleteDBClusterParameterGroup(Consumer<DeleteDbClusterParameterGroupRequest.Builder> deleteDbClusterParameterGroupRequest)Deletes a specified DB cluster parameter group.default CompletableFuture<DeleteDbClusterParameterGroupResponse>NeptuneAsyncClient. deleteDBClusterParameterGroup(DeleteDbClusterParameterGroupRequest deleteDbClusterParameterGroupRequest)Deletes a specified DB cluster parameter group.
-