Uses of Class
com.amazonaws.services.autoscaling.model.SetDesiredCapacityRequest

Packages that use SetDesiredCapacityRequest
com.amazonaws.services.autoscaling Synchronous and asynchronous client classes for accessing AmazonAutoScaling. 
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of SetDesiredCapacityRequest in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling with parameters of type SetDesiredCapacityRequest
 void AmazonAutoScalingClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Sets the desired size of the specified AutoScalingGroup.
 void AmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Sets the desired size of the specified AutoScalingGroup.
 Future<Void> AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Sets the desired size of the specified AutoScalingGroup.
 Future<Void> AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Sets the desired size of the specified AutoScalingGroup.
 Future<Void> AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
           Sets the desired size of the specified AutoScalingGroup.
 Future<Void> AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
           Sets the desired size of the specified AutoScalingGroup.
 

Method parameters in com.amazonaws.services.autoscaling with type arguments of type SetDesiredCapacityRequest
 Future<Void> AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
           Sets the desired size of the specified AutoScalingGroup.
 Future<Void> AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest, AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
           Sets the desired size of the specified AutoScalingGroup.
 

Uses of SetDesiredCapacityRequest in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return SetDesiredCapacityRequest
 SetDesiredCapacityRequest SetDesiredCapacityRequest.withAutoScalingGroupName(String autoScalingGroupName)
          The name of the Auto Scaling group.
 SetDesiredCapacityRequest SetDesiredCapacityRequest.withDesiredCapacity(Integer desiredCapacity)
          The new capacity setting for the Auto Scaling group.
 SetDesiredCapacityRequest SetDesiredCapacityRequest.withHonorCooldown(Boolean honorCooldown)
          By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group.
 



Copyright © 2016. All rights reserved.