Uses of Class
software.amazon.awssdk.services.rds.model.ServerlessV2ScalingConfigurationInfo
-
Packages that use ServerlessV2ScalingConfigurationInfo Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ServerlessV2ScalingConfigurationInfo in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ServerlessV2ScalingConfigurationInfo Modifier and Type Method Description ServerlessV2ScalingConfigurationInfoDBCluster. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.Methods in software.amazon.awssdk.services.rds.model with parameters of type ServerlessV2ScalingConfigurationInfo Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationInfo serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.
-