Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpcSecurityGroupMembership> |
Cluster.vpcSecurityGroups
A list of Virtual Private Cloud (VPC) security groups that are associated
with the cluster.
|
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.clone() |
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withStatus(java.lang.String status)
The status of the VPC security group.
|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withVpcSecurityGroupId(java.lang.String vpcSecurityGroupId)
The identifier of the VPC security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VpcSecurityGroupMembership> |
Cluster.getVpcSecurityGroups()
A list of Virtual Private Cloud (VPC) security groups that are associated
with the cluster.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
A list of Virtual Private Cloud (VPC) security groups that are associated
with the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Virtual Private Cloud (VPC) security groups that are associated
with the cluster.
|
Cluster |
Cluster.withVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Virtual Private Cloud (VPC) security groups that are associated
with the cluster.
|
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |