Uses of Class
com.amazonaws.services.autoscaling.model.ExecutePolicyRequest
-
Packages that use ExecutePolicyRequest Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of ExecutePolicyRequest in com.amazonaws.services.autoscaling
Method parameters in com.amazonaws.services.autoscaling with type arguments of type ExecutePolicyRequest Modifier and Type Method Description Future<ExecutePolicyResult>AbstractAmazonAutoScalingAsync. executePolicyAsync(ExecutePolicyRequest request, AsyncHandler<ExecutePolicyRequest,ExecutePolicyResult> asyncHandler)Future<ExecutePolicyResult>AmazonAutoScalingAsync. executePolicyAsync(ExecutePolicyRequest executePolicyRequest, AsyncHandler<ExecutePolicyRequest,ExecutePolicyResult> asyncHandler)Executes the specified policy.Future<ExecutePolicyResult>AmazonAutoScalingAsyncClient. executePolicyAsync(ExecutePolicyRequest request, AsyncHandler<ExecutePolicyRequest,ExecutePolicyResult> asyncHandler) -
Uses of ExecutePolicyRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ExecutePolicyRequest Modifier and Type Method Description ExecutePolicyRequestExecutePolicyRequest. clone()ExecutePolicyRequestExecutePolicyRequest. withAutoScalingGroupName(String autoScalingGroupName)The name or Amazon Resource Name (ARN) of the Auto Scaling group.ExecutePolicyRequestExecutePolicyRequest. withBreachThreshold(Double breachThreshold)The breach threshold for the alarm.ExecutePolicyRequestExecutePolicyRequest. withHonorCooldown(Boolean honorCooldown)If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy.ExecutePolicyRequestExecutePolicyRequest. withMetricValue(Double metricValue)The metric value to compare toBreachThreshold.ExecutePolicyRequestExecutePolicyRequest. withPolicyName(String policyName)The name or ARN of the policy.
-