Uses of Class
com.amazonaws.services.autoscaling.model.SetDesiredCapacityRequest
Packages that use SetDesiredCapacityRequest
-
Uses of SetDesiredCapacityRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type SetDesiredCapacityRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest request) AmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest) Sets the size of the specified Auto Scaling group.AmazonAutoScalingClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest) Sets the size of the specified Auto Scaling group.AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request) AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request, AsyncHandler<SetDesiredCapacityRequest, SetDesiredCapacityResult> asyncHandler) AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest) Sets the size of the specified Auto Scaling group.AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest, SetDesiredCapacityResult> asyncHandler) Sets the size of the specified Auto Scaling group.AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request) AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request, AsyncHandler<SetDesiredCapacityRequest, SetDesiredCapacityResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type SetDesiredCapacityRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request, AsyncHandler<SetDesiredCapacityRequest, SetDesiredCapacityResult> asyncHandler) AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest, SetDesiredCapacityResult> asyncHandler) Sets the size of the specified Auto Scaling group.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 SetDesiredCapacityRequestModifier and TypeMethodDescriptionSetDesiredCapacityRequest.clone()SetDesiredCapacityRequest.withAutoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.SetDesiredCapacityRequest.withDesiredCapacity(Integer desiredCapacity) The number of EC2 instances that should be running in the Auto Scaling group.SetDesiredCapacityRequest.withHonorCooldown(Boolean honorCooldown) By default,SetDesiredCapacityoverrides any cooldown period associated with the Auto Scaling group.