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

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

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

Methods in com.amazonaws.services.redshift.model that return VpcSecurityGroupMembership
 VpcSecurityGroupMembership VpcSecurityGroupMembership.withStatus(String status)
           Returns a reference to this object so that method calls can be chained together.
 VpcSecurityGroupMembership VpcSecurityGroupMembership.withVpcSecurityGroupId(String vpcSecurityGroupId)
           Returns a reference to this object so that method calls can be chained together.
 

Methods in com.amazonaws.services.redshift.model that return types with arguments of type VpcSecurityGroupMembership
 List<VpcSecurityGroupMembership> Cluster.getVpcSecurityGroups()
          A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.
 

Methods in com.amazonaws.services.redshift.model with parameters of type VpcSecurityGroupMembership
 Cluster Cluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
          A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type VpcSecurityGroupMembership
 void Cluster.setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
          A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.
 Cluster Cluster.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
          A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.
 



Copyright © 2016. All rights reserved.