Uses of Enum Class
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 ClusterScalabilityTypeDatabaseClusterFromSnapshotProps.getClusterScalabilityType()Specifies the scalability mode of the Aurora DB cluster.final ClusterScalabilityTypeDatabaseClusterFromSnapshotProps.Jsii$Proxy.getClusterScalabilityType()default ClusterScalabilityTypeDatabaseClusterProps.getClusterScalabilityType()Specifies the scalability mode of the Aurora DB cluster.final ClusterScalabilityTypeDatabaseClusterProps.Jsii$Proxy.getClusterScalabilityType()static ClusterScalabilityTypeReturns the enum constant of this class with the specified name.static ClusterScalabilityType[]ClusterScalabilityType.values()Returns an array containing the constants of this enum class, 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()