Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterParameterGroupStatus
-
Packages that use ClusterParameterGroupStatus Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterParameterGroupStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterParameterGroupStatus Modifier and Type Method Description List<ClusterParameterGroupStatus>Cluster. clusterParameterGroups()The list of cluster parameter groups that are associated with this cluster.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterParameterGroupStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterParameterGroups(ClusterParameterGroupStatus... clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterParameterGroupStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.
-