Uses of Class
software.amazon.awssdk.services.autoscaling.model.PutScalingPolicyResponse
-
Packages that use PutScalingPolicyResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of PutScalingPolicyResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return PutScalingPolicyResponse Modifier and Type Method Description default PutScalingPolicyResponseAutoScalingClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for an Auto Scaling group.default PutScalingPolicyResponseAutoScalingClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for an Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type PutScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<PutScalingPolicyResponse>AutoScalingAsyncClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for an Auto Scaling group.default CompletableFuture<PutScalingPolicyResponse>AutoScalingAsyncClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for an Auto Scaling group.
-