Uses of Class
com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership
Packages that use ClusterSecurityGroupMembership
-
Uses of ClusterSecurityGroupMembership in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterSecurityGroupMembershipModifier and TypeMethodDescriptionClusterSecurityGroupMembership.clone()
ClusterSecurityGroupMembership.withClusterSecurityGroupName
(String clusterSecurityGroupName) The name of the cluster security group.ClusterSecurityGroupMembership.withStatus
(String status) The status of the cluster security group.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterSecurityGroupMembershipModifier and TypeMethodDescriptionCluster.getClusterSecurityGroups()
A list of cluster security group that are associated with the cluster.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterSecurityGroupMembershipModifier and TypeMethodDescriptionCluster.withClusterSecurityGroups
(ClusterSecurityGroupMembership... clusterSecurityGroups) A list of cluster security group that are associated with the cluster.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterSecurityGroupMembershipModifier and TypeMethodDescriptionvoid
Cluster.setClusterSecurityGroups
(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups) A list of cluster security group that are associated with the cluster.Cluster.withClusterSecurityGroups
(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups) A list of cluster security group that are associated with the cluster.