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)
           Adjusts the desired size of the AutoScalingGroup by initiating scaling activities.
 void AmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Adjusts the desired size of the AutoScalingGroup by initiating scaling activities.
 Future<Void> AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Adjusts the desired size of the AutoScalingGroup by initiating scaling activities.
 Future<Void> AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
           Adjusts the desired size of the AutoScalingGroup by initiating scaling activities.
 

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 AutoScalingGroup.
 SetDesiredCapacityRequest SetDesiredCapacityRequest.withDesiredCapacity(Integer desiredCapacity)
          The new capacity setting for the AutoScalingGroup.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.