Uses of Class
software.amazon.awssdk.services.rds.model.ServerlessV2ScalingConfiguration
Packages that use ServerlessV2ScalingConfiguration
-
Uses of ServerlessV2ScalingConfiguration in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ServerlessV2ScalingConfigurationModifier and TypeMethodDescriptionCreateDbClusterRequest.serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.ModifyDbClusterRequest.serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromS3Request.serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromSnapshotRequest.serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterToPointInTimeRequest.serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.Methods in software.amazon.awssdk.services.rds.model with parameters of type ServerlessV2ScalingConfigurationModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.ModifyDbClusterRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromS3Request.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromSnapshotRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterToPointInTimeRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.