Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterParameterStatus
-
Packages that use ClusterParameterStatus Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterParameterStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterParameterStatus Modifier and Type Method Description List<ClusterParameterStatus>ClusterParameterGroupStatus. clusterParameterStatusList()The list of parameter statuses.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterParameterStatus Modifier and Type Method Description ClusterParameterGroupStatus.BuilderClusterParameterGroupStatus.Builder. clusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)The list of parameter statuses.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterParameterStatus Modifier and Type Method Description ClusterParameterGroupStatus.BuilderClusterParameterGroupStatus.Builder. clusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)The list of parameter statuses.
-