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 VpcSecurityGroupMembershipVpcSecurityGroupMembership. clone()VpcSecurityGroupMembershipVpcSecurityGroupMembership. withStatus(String status)The status of the VPC security group.VpcSecurityGroupMembershipVpcSecurityGroupMembership. 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 ClusterCluster. 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 voidCluster. setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.ClusterCluster. withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.
-