Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withVpcSecurityGroupId(String vpcSecurityGroupId)
Returns a reference to this object so that method calls can be chained together.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Copyright © 2014. All rights reserved.