| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<VpcSecurityGroupMembership> |
Cluster.vpcSecurityGroups()
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroups(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 |
|---|---|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
|
Copyright © 2020. All rights reserved.