Uses of Class
software.amazon.awssdk.services.autoscaling.model.PutScalingPolicyRequest
-
Packages that use PutScalingPolicyRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of PutScalingPolicyRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type PutScalingPolicyRequest Modifier and Type Method Description default CompletableFuture<PutScalingPolicyResponse>AutoScalingAsyncClient. putScalingPolicy(PutScalingPolicyRequest 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. -
Uses of PutScalingPolicyRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type PutScalingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutScalingPolicyRequestMarshaller. marshall(PutScalingPolicyRequest putScalingPolicyRequest)
-