Uses of Class
software.amazon.awssdk.services.cloudsearch.model.ScalingParametersStatus
-
Packages that use ScalingParametersStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of ScalingParametersStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return ScalingParametersStatus Modifier and Type Method Description ScalingParametersStatusDescribeScalingParametersResponse. scalingParameters()Returns the value of the ScalingParameters property for this object.ScalingParametersStatusUpdateScalingParametersResponse. scalingParameters()Returns the value of the ScalingParameters property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type ScalingParametersStatus Modifier and Type Method Description DescribeScalingParametersResponse.BuilderDescribeScalingParametersResponse.Builder. scalingParameters(ScalingParametersStatus scalingParameters)Sets the value of the ScalingParameters property for this object.UpdateScalingParametersResponse.BuilderUpdateScalingParametersResponse.Builder. scalingParameters(ScalingParametersStatus scalingParameters)Sets the value of the ScalingParameters property for this object.
-