Uses of Class
software.amazon.awssdk.services.rds.model.ServerlessV2ScalingConfiguration
-
Packages that use ServerlessV2ScalingConfiguration Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ServerlessV2ScalingConfiguration in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ServerlessV2ScalingConfiguration Modifier and Type Method Description ServerlessV2ScalingConfigurationCreateDbClusterRequest. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.ServerlessV2ScalingConfigurationModifyDbClusterRequest. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.ServerlessV2ScalingConfigurationRestoreDbClusterFromS3Request. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.ServerlessV2ScalingConfigurationRestoreDbClusterFromSnapshotRequest. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.ServerlessV2ScalingConfigurationRestoreDbClusterToPointInTimeRequest. serverlessV2ScalingConfiguration()Returns the value of the ServerlessV2ScalingConfiguration property for this object.Methods in software.amazon.awssdk.services.rds.model with parameters of type ServerlessV2ScalingConfiguration Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromS3Request.BuilderRestoreDbClusterFromS3Request.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)Sets the value of the ServerlessV2ScalingConfiguration property for this object.
-