Uses of Class
software.amazon.awssdk.services.redshift.model.ResetClusterParameterGroupResponse
-
Packages that use ResetClusterParameterGroupResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ResetClusterParameterGroupResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ResetClusterParameterGroupResponse Modifier and Type Method Description default ResetClusterParameterGroupResponseRedshiftClient. 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 ResetClusterParameterGroupResponseRedshiftClient. 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".Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ResetClusterParameterGroupResponse Modifier and Type Method Description default CompletableFuture<ResetClusterParameterGroupResponse>RedshiftAsyncClient. 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 CompletableFuture<ResetClusterParameterGroupResponse>RedshiftAsyncClient. 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".
-