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 ExecutePolicyRequest
ExecutePolicyRequest. clone()
ExecutePolicyRequest
ExecutePolicyRequest. withAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.ExecutePolicyRequest
ExecutePolicyRequest. withBreachThreshold(Double breachThreshold)
The breach threshold for the alarm.ExecutePolicyRequest
ExecutePolicyRequest. withHonorCooldown(Boolean honorCooldown)
If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy.ExecutePolicyRequest
ExecutePolicyRequest. withMetricValue(Double metricValue)
The metric value to compare toBreachThreshold
.ExecutePolicyRequest
ExecutePolicyRequest. withPolicyName(String policyName)
The name or ARN of the policy.
-