Uses of Interface
software.amazon.awssdk.services.redshift.model.ResetClusterParameterGroupResponse.Builder
-
Packages that use ResetClusterParameterGroupResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ResetClusterParameterGroupResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ResetClusterParameterGroupResponse.Builder Modifier and Type Method Description static ResetClusterParameterGroupResponse.BuilderResetClusterParameterGroupResponse. builder()ResetClusterParameterGroupResponse.BuilderResetClusterParameterGroupResponse.Builder. parameterGroupName(String parameterGroupName)The name of the cluster parameter group.ResetClusterParameterGroupResponse.BuilderResetClusterParameterGroupResponse.Builder. parameterGroupStatus(String parameterGroupStatus)The status of the parameter group.ResetClusterParameterGroupResponse.BuilderResetClusterParameterGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ResetClusterParameterGroupResponse.Builder Modifier and Type Method Description static Class<? extends ResetClusterParameterGroupResponse.Builder>ResetClusterParameterGroupResponse. serializableBuilderClass()
-