Uses of Class
com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership
-
Packages that use ClusterSecurityGroupMembership Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterSecurityGroupMembership in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterSecurityGroupMembership Modifier and Type Method Description ClusterSecurityGroupMembership
ClusterSecurityGroupMembership. clone()
ClusterSecurityGroupMembership
ClusterSecurityGroupMembership. withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.ClusterSecurityGroupMembership
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 ClusterSecurityGroupMembership Modifier and Type Method Description List<ClusterSecurityGroupMembership>
Cluster. getClusterSecurityGroups()
A list of cluster security group that are associated with the cluster.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterSecurityGroupMembership Modifier and Type Method Description Cluster
Cluster. 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 ClusterSecurityGroupMembership Modifier and Type Method Description void
Cluster. setClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.Cluster
Cluster. withClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
-