Uses of Enum
software.amazon.awscdk.services.rds.ClusterScalabilityType
Packages that use ClusterScalabilityType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ClusterScalabilityType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ClusterScalabilityTypeModifier and TypeMethodDescriptiondefault ClusterScalabilityType
DatabaseClusterFromSnapshotProps.getClusterScalabilityType()
Specifies the scalability mode of the Aurora DB cluster.final ClusterScalabilityType
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getClusterScalabilityType()
default ClusterScalabilityType
DatabaseClusterProps.getClusterScalabilityType()
Specifies the scalability mode of the Aurora DB cluster.final ClusterScalabilityType
DatabaseClusterProps.Jsii$Proxy.getClusterScalabilityType()
static ClusterScalabilityType
Returns the enum constant of this type with the specified name.static ClusterScalabilityType[]
ClusterScalabilityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type ClusterScalabilityTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.clusterScalabilityType
(ClusterScalabilityType clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.DatabaseClusterFromSnapshot.Builder.clusterScalabilityType
(ClusterScalabilityType clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.DatabaseClusterFromSnapshotProps.Builder.clusterScalabilityType
(ClusterScalabilityType clusterScalabilityType) Sets the value ofDatabaseClusterFromSnapshotProps.getClusterScalabilityType()
DatabaseClusterProps.Builder.clusterScalabilityType
(ClusterScalabilityType clusterScalabilityType) Sets the value ofDatabaseClusterProps.getClusterScalabilityType()