Uses of Class
software.amazon.awssdk.services.redshift.model.ResetClusterParameterGroupRequest
-
Packages that use ResetClusterParameterGroupRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of ResetClusterParameterGroupRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type ResetClusterParameterGroupRequest Modifier and Type Method Description 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".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". -
Uses of ResetClusterParameterGroupRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type ResetClusterParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestResetClusterParameterGroupRequestMarshaller. marshall(ResetClusterParameterGroupRequest resetClusterParameterGroupRequest)
-