| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.clone() |
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.
|
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.withStatus(String status)
The status of the cluster security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterSecurityGroupMembership> |
Cluster.getClusterSecurityGroups()
A list of cluster security group that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withClusterSecurityGroups(ClusterSecurityGroupMembership... clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
|
Cluster |
Cluster.withClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
|
Copyright © 2019. All rights reserved.