Uses of Class
software.amazon.awssdk.services.neptune.model.ServerlessV2ScalingConfigurationInfo
-
Packages that use ServerlessV2ScalingConfigurationInfo Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of ServerlessV2ScalingConfigurationInfo in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return ServerlessV2ScalingConfigurationInfo Modifier and Type Method Description ServerlessV2ScalingConfigurationInfoDBCluster. serverlessV2ScalingConfiguration()Shows the scaling configuration for a Neptune Serverless DB cluster.Methods in software.amazon.awssdk.services.neptune.model with parameters of type ServerlessV2ScalingConfigurationInfo Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationInfo serverlessV2ScalingConfiguration)Shows the scaling configuration for a Neptune Serverless DB cluster.
-