Uses of Class
software.amazon.awssdk.services.rds.model.ClusterScalabilityType
-
Packages that use ClusterScalabilityType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ClusterScalabilityType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ClusterScalabilityType Modifier and Type Method Description ClusterScalabilityTypeCreateDbClusterRequest. clusterScalabilityType()Specifies the scalability mode of the Aurora DB cluster.ClusterScalabilityTypeDBCluster. clusterScalabilityType()The scalability mode of the Aurora DB cluster.static ClusterScalabilityTypeClusterScalabilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterScalabilityTypeClusterScalabilityType. valueOf(String name)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.awssdk.services.rds.model that return types with arguments of type ClusterScalabilityType Modifier and Type Method Description static Set<ClusterScalabilityType>ClusterScalabilityType. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ClusterScalabilityType Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. clusterScalabilityType(ClusterScalabilityType clusterScalabilityType)Specifies the scalability mode of the Aurora DB cluster.DBCluster.BuilderDBCluster.Builder. clusterScalabilityType(ClusterScalabilityType clusterScalabilityType)The scalability mode of the Aurora DB cluster.
-