Uses of Enum
software.amazon.awssdk.services.rds.model.ClusterScalabilityType
Packages that use ClusterScalabilityType
-
Uses of ClusterScalabilityType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ClusterScalabilityTypeModifier and TypeMethodDescriptionfinal ClusterScalabilityTypeCreateDbClusterRequest.clusterScalabilityType()Specifies the scalability mode of the Aurora DB cluster.final ClusterScalabilityTypeDBCluster.clusterScalabilityType()The scalability mode of the Aurora DB cluster.static ClusterScalabilityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterScalabilityTypeReturns 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 ClusterScalabilityTypeModifier and TypeMethodDescriptionstatic Set<ClusterScalabilityType>ClusterScalabilityType.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ClusterScalabilityTypeModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.clusterScalabilityType(ClusterScalabilityType clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.DBCluster.Builder.clusterScalabilityType(ClusterScalabilityType clusterScalabilityType) The scalability mode of the Aurora DB cluster.