| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
SecondaryClusterInfo |
SecondaryClusterInfo.clone() |
SecondaryClusterInfo |
Cluster.getMultiAZSecondary()
The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.
|
SecondaryClusterInfo |
SecondaryClusterInfo.withAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the secondary compute unit of the cluster is located.
|
SecondaryClusterInfo |
SecondaryClusterInfo.withClusterNodes(ClusterNode... clusterNodes)
The nodes in the secondary compute unit.
|
SecondaryClusterInfo |
SecondaryClusterInfo.withClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in the secondary compute unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setMultiAZSecondary(SecondaryClusterInfo multiAZSecondary)
The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.
|
Cluster |
Cluster.withMultiAZSecondary(SecondaryClusterInfo multiAZSecondary)
The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.
|
Copyright © 2025. All rights reserved.