Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EC2SecurityGroup> |
ClusterSecurityGroup.eC2SecurityGroups
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
EC2SecurityGroup |
EC2SecurityGroup.clone() |
EC2SecurityGroup |
EC2SecurityGroup.withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the EC2 Security Group.
|
EC2SecurityGroup |
EC2SecurityGroup.withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field. |
EC2SecurityGroup |
EC2SecurityGroup.withStatus(java.lang.String status)
The status of the EC2 security group.
|
EC2SecurityGroup |
EC2SecurityGroup.withTags(java.util.Collection<Tag> tags)
The list of tags for the EC2 security group.
|
EC2SecurityGroup |
EC2SecurityGroup.withTags(Tag... tags)
The list of tags for the EC2 security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EC2SecurityGroup> |
ClusterSecurityGroup.getEC2SecurityGroups()
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroup |
ClusterSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterSecurityGroup.setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
ClusterSecurityGroup |
ClusterSecurityGroup.withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
EC2SecurityGroup |
EC2SecurityGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |