Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteClusterParameterGroupResponse
-
Packages that use DeleteClusterParameterGroupResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteClusterParameterGroupResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteClusterParameterGroupResponse Modifier and Type Method Description default DeleteClusterParameterGroupResponseRedshiftClient. deleteClusterParameterGroup(Consumer<DeleteClusterParameterGroupRequest.Builder> deleteClusterParameterGroupRequest)Deletes a specified Amazon Redshift parameter group.default DeleteClusterParameterGroupResponseRedshiftClient. deleteClusterParameterGroup(DeleteClusterParameterGroupRequest deleteClusterParameterGroupRequest)Deletes a specified Amazon Redshift parameter group.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteClusterParameterGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterParameterGroupResponse>RedshiftAsyncClient. deleteClusterParameterGroup(Consumer<DeleteClusterParameterGroupRequest.Builder> deleteClusterParameterGroupRequest)Deletes a specified Amazon Redshift parameter group.default CompletableFuture<DeleteClusterParameterGroupResponse>RedshiftAsyncClient. deleteClusterParameterGroup(DeleteClusterParameterGroupRequest deleteClusterParameterGroupRequest)Deletes a specified Amazon Redshift parameter group.
-