Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.