Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterSecurityGroupMembership> |
Cluster.clusterSecurityGroups
A list of cluster security group that are associated with the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.clone() |
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group.
|
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembership.withStatus(java.lang.String status)
The status of the cluster security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
|
Cluster |
Cluster.withClusterSecurityGroups(java.util.Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroupMembership |
ClusterSecurityGroupMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |