Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterSecurityGroupMembership
-
Packages that use ClusterSecurityGroupMembership Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterSecurityGroupMembership in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterSecurityGroupMembership Modifier and Type Method Description List<ClusterSecurityGroupMembership>Cluster. clusterSecurityGroups()A list of cluster security group that are associated with the cluster.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterSecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterSecurityGroups(ClusterSecurityGroupMembership... clusterSecurityGroups)A list of cluster security group that are associated with the cluster.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterSecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)A list of cluster security group that are associated with the cluster.
-