Uses of Class
com.amazonaws.services.redshift.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description com.amazonaws.services.redshift.model -
-
Uses of VpcSecurityGroupMembership in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return VpcSecurityGroupMembership Modifier and Type Method Description VpcSecurityGroupMembership
VpcSecurityGroupMembership. clone()
VpcSecurityGroupMembership
VpcSecurityGroupMembership. withStatus(String status)
The status of the VPC security group.VpcSecurityGroupMembership
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 VpcSecurityGroupMembership Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-