Uses of Class
software.amazon.awssdk.services.cloudsearch.model.UpdateScalingParametersResponse
-
Packages that use UpdateScalingParametersResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of UpdateScalingParametersResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return UpdateScalingParametersResponse Modifier and Type Method Description default UpdateScalingParametersResponseCloudSearchClient. updateScalingParameters(Consumer<UpdateScalingParametersRequest.Builder> updateScalingParametersRequest)Configures scaling parameters for a domain.default UpdateScalingParametersResponseCloudSearchClient. updateScalingParameters(UpdateScalingParametersRequest updateScalingParametersRequest)Configures scaling parameters for a domain.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type UpdateScalingParametersResponse Modifier and Type Method Description default CompletableFuture<UpdateScalingParametersResponse>CloudSearchAsyncClient. updateScalingParameters(Consumer<UpdateScalingParametersRequest.Builder> updateScalingParametersRequest)Configures scaling parameters for a domain.default CompletableFuture<UpdateScalingParametersResponse>CloudSearchAsyncClient. updateScalingParameters(UpdateScalingParametersRequest updateScalingParametersRequest)Configures scaling parameters for a domain.
-