Uses of Class
software.amazon.awssdk.services.redshift.model.SecondaryClusterInfo
-
Packages that use SecondaryClusterInfo Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SecondaryClusterInfo in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SecondaryClusterInfo Modifier and Type Method Description SecondaryClusterInfoCluster. multiAZSecondary()The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.Methods in software.amazon.awssdk.services.redshift.model with parameters of type SecondaryClusterInfo Modifier and Type Method Description Cluster.BuilderCluster.Builder. multiAZSecondary(SecondaryClusterInfo multiAZSecondary)The secondary compute unit of a cluster, if Multi-AZ deployment is turned on.
-