Uses of Class
com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership

Packages that use ClusterSecurityGroupMembership
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of ClusterSecurityGroupMembership in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return ClusterSecurityGroupMembership
 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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.