Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PutScalingPolicyResponse
-
Packages that use PutScalingPolicyResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of PutScalingPolicyResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return PutScalingPolicyResponse Modifier and Type Method Description default PutScalingPolicyResponseApplicationAutoScalingClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for an Application Auto Scaling scalable target.default PutScalingPolicyResponseApplicationAutoScalingClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for an Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type PutScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<PutScalingPolicyResponse>ApplicationAutoScalingAsyncClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for an Application Auto Scaling scalable target.default CompletableFuture<PutScalingPolicyResponse>ApplicationAutoScalingAsyncClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for an Application Auto Scaling scalable target.
-