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 ClusterSecurityGroupMembershipClusterSecurityGroupMembership. clone()ClusterSecurityGroupMembershipClusterSecurityGroupMembership. withClusterSecurityGroupName(String clusterSecurityGroupName)The name of the cluster security group.ClusterSecurityGroupMembershipClusterSecurityGroupMembership. 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 ClusterCluster. 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 voidCluster. setClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)A list of cluster security group that are associated with the cluster.ClusterCluster. withClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)A list of cluster security group that are associated with the cluster.
-