Uses of Class
software.amazon.awssdk.services.rds.model.DeleteDbParameterGroupResponse
Packages that use DeleteDbParameterGroupResponse
-
Uses of DeleteDbParameterGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DeleteDbParameterGroupResponseModifier and TypeMethodDescriptiondefault DeleteDbParameterGroupResponseRdsClient.deleteDBParameterGroup(Consumer<DeleteDbParameterGroupRequest.Builder> deleteDbParameterGroupRequest) Deletes a specified DB parameter group.default DeleteDbParameterGroupResponseRdsClient.deleteDBParameterGroup(DeleteDbParameterGroupRequest deleteDbParameterGroupRequest) Deletes a specified DB parameter group.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DeleteDbParameterGroupResponseModifier and TypeMethodDescriptionRdsAsyncClient.deleteDBParameterGroup(Consumer<DeleteDbParameterGroupRequest.Builder> deleteDbParameterGroupRequest) Deletes a specified DB parameter group.RdsAsyncClient.deleteDBParameterGroup(DeleteDbParameterGroupRequest deleteDbParameterGroupRequest) Deletes a specified DB parameter group.