Uses of Class
com.amazonaws.services.autoscaling.model.SetDesiredCapacityRequest
-
Packages that use SetDesiredCapacityRequest Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of SetDesiredCapacityRequest in com.amazonaws.services.autoscaling
Method parameters in com.amazonaws.services.autoscaling with type arguments of type SetDesiredCapacityRequest Modifier and Type Method Description Future<SetDesiredCapacityResult>AbstractAmazonAutoScalingAsync. setDesiredCapacityAsync(SetDesiredCapacityRequest request, AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)Future<SetDesiredCapacityResult>AmazonAutoScalingAsync. setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)Sets the size of the specified Auto Scaling group.Future<SetDesiredCapacityResult>AmazonAutoScalingAsyncClient. setDesiredCapacityAsync(SetDesiredCapacityRequest request, AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) -
Uses of SetDesiredCapacityRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return SetDesiredCapacityRequest Modifier and Type Method Description SetDesiredCapacityRequestSetDesiredCapacityRequest. clone()SetDesiredCapacityRequestSetDesiredCapacityRequest. withAutoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.SetDesiredCapacityRequestSetDesiredCapacityRequest. withDesiredCapacity(Integer desiredCapacity)The number of EC2 instances that should be running in the Auto Scaling group.SetDesiredCapacityRequestSetDesiredCapacityRequest. withHonorCooldown(Boolean honorCooldown)By default,SetDesiredCapacityoverrides any cooldown period associated with the Auto Scaling group.
-