| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcSecurityGroupMembership> |
Cluster.getVpcSecurityGroups()
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
Cluster |
Cluster.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
Copyright © 2018. All rights reserved.