Uses of Class
software.amazon.awssdk.services.cloudsearch.model.ScalingParameters
-
Packages that use ScalingParameters Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of ScalingParameters in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return ScalingParameters Modifier and Type Method Description ScalingParametersScalingParametersStatus. options()Returns the value of the Options property for this object.ScalingParametersUpdateScalingParametersRequest. scalingParameters()Returns the value of the ScalingParameters property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type ScalingParameters Modifier and Type Method Description ScalingParametersStatus.BuilderScalingParametersStatus.Builder. options(ScalingParameters options)Sets the value of the Options property for this object.UpdateScalingParametersRequest.BuilderUpdateScalingParametersRequest.Builder. scalingParameters(ScalingParameters scalingParameters)Sets the value of the ScalingParameters property for this object.
-