default DeleteClusterParameterGroupResponse |
RedshiftClient.deleteClusterParameterGroup(Consumer<DeleteClusterParameterGroupRequest.Builder> deleteClusterParameterGroupRequest) |
Deletes a specified Amazon Redshift parameter group.
|
default DeleteClusterParameterGroupResponse |
RedshiftClient.deleteClusterParameterGroup(DeleteClusterParameterGroupRequest deleteClusterParameterGroupRequest) |
Deletes a specified Amazon Redshift parameter group.
|
default ModifyClusterParameterGroupResponse |
RedshiftClient.modifyClusterParameterGroup(Consumer<ModifyClusterParameterGroupRequest.Builder> modifyClusterParameterGroupRequest) |
Modifies the parameters of a parameter group.
|
default ModifyClusterParameterGroupResponse |
RedshiftClient.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest) |
Modifies the parameters of a parameter group.
|
default ResetClusterParameterGroupResponse |
RedshiftClient.resetClusterParameterGroup(Consumer<ResetClusterParameterGroupRequest.Builder> resetClusterParameterGroupRequest) |
Sets one or more parameters of the specified parameter group to their default values and sets the source values
of the parameters to "engine-default".
|
default ResetClusterParameterGroupResponse |
RedshiftClient.resetClusterParameterGroup(ResetClusterParameterGroupRequest resetClusterParameterGroupRequest) |
Sets one or more parameters of the specified parameter group to their default values and sets the source values
of the parameters to "engine-default".
|