Uses of Class
com.amazonaws.services.redshift.model.VpcSecurityGroupMembership
Packages that use VpcSecurityGroupMembership
-
Uses of VpcSecurityGroupMembership in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return VpcSecurityGroupMembershipModifier and TypeMethodDescriptionVpcSecurityGroupMembership.clone()
VpcSecurityGroupMembership.withStatus
(String status) The status of the VPC security group.VpcSecurityGroupMembership.withVpcSecurityGroupId
(String vpcSecurityGroupId) The identifier of the VPC security group.Methods in com.amazonaws.services.redshift.model that return types with arguments of type VpcSecurityGroupMembershipModifier and TypeMethodDescriptionCluster.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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionCluster.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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionvoid
Cluster.setVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.Cluster.withVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.