Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DescribeScalingParametersResponse
-
Packages that use DescribeScalingParametersResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DescribeScalingParametersResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DescribeScalingParametersResponse Modifier and Type Method Description default DescribeScalingParametersResponseCloudSearchClient. describeScalingParameters(Consumer<DescribeScalingParametersRequest.Builder> describeScalingParametersRequest)Gets the scaling parameters configured for a domain.default DescribeScalingParametersResponseCloudSearchClient. describeScalingParameters(DescribeScalingParametersRequest describeScalingParametersRequest)Gets the scaling parameters configured for a domain.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DescribeScalingParametersResponse Modifier and Type Method Description default CompletableFuture<DescribeScalingParametersResponse>CloudSearchAsyncClient. describeScalingParameters(Consumer<DescribeScalingParametersRequest.Builder> describeScalingParametersRequest)Gets the scaling parameters configured for a domain.default CompletableFuture<DescribeScalingParametersResponse>CloudSearchAsyncClient. describeScalingParameters(DescribeScalingParametersRequest describeScalingParametersRequest)Gets the scaling parameters configured for a domain.
-