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

Packages that use CreateAutoScalingGroupRequest
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 CreateAutoScalingGroupRequest in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling with parameters of type CreateAutoScalingGroupRequest
 void AmazonAutoScalingClient.createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
           Creates a new Auto Scaling group with the specified name and other attributes.
 void AmazonAutoScaling.createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
           Creates a new Auto Scaling group with the specified name and other attributes.
 Future<Void> AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
           Creates a new Auto Scaling group with the specified name and other attributes.
 Future<Void> AmazonAutoScalingAsync.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
           Creates a new Auto Scaling group with the specified name and other attributes.
 Future<Void> AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest,Void> asyncHandler)
           Creates a new Auto Scaling group with the specified name and other attributes.
 Future<Void> AmazonAutoScalingAsync.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest,Void> asyncHandler)
           Creates a new Auto Scaling group with the specified name and other attributes.
 

Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateAutoScalingGroupRequest
 Future<Void> AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest,Void> asyncHandler)
           Creates a new Auto Scaling group with the specified name and other attributes.
 Future<Void> AmazonAutoScalingAsync.createAutoScalingGroupAsync(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest,Void> asyncHandler)
           Creates a new Auto Scaling group with the specified name and other attributes.
 

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

Methods in com.amazonaws.services.autoscaling.model that return CreateAutoScalingGroupRequest
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withAutoScalingGroupName(String autoScalingGroupName)
          The name of the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withAvailabilityZones(Collection<String> availabilityZones)
          A list of Availability Zones for the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withAvailabilityZones(String... availabilityZones)
          A list of Availability Zones for the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withDefaultCooldown(Integer defaultCooldown)
          The amount of time, in seconds, between a successful scaling activity and the succeeding scaling activity.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withDesiredCapacity(Integer desiredCapacity)
          The number of Amazon EC2 instances that should be running in the group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withHealthCheckGracePeriod(Integer healthCheckGracePeriod)
          Length of time in seconds after a new Amazon EC2 instance comes into service that Auto Scaling starts checking its health.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withHealthCheckType(String healthCheckType)
          The service you want the health checks from, Amazon EC2 or Elastic Load Balancer.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withInstanceId(String instanceId)
          The ID of the Amazon EC2 instance you want to use to create the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withLaunchConfigurationName(String launchConfigurationName)
          The name of an existing launch configuration to use to launch new instances.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withLoadBalancerNames(Collection<String> loadBalancerNames)
          A list of existing Elastic Load Balancing load balancers to use.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withLoadBalancerNames(String... loadBalancerNames)
          A list of existing Elastic Load Balancing load balancers to use.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withMaxSize(Integer maxSize)
          The maximum size of the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withMinSize(Integer minSize)
          The minimum size of the Auto Scaling group.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withPlacementGroup(String placementGroup)
          Physical location of an existing cluster placement group into which you want to launch your instances.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withTags(Collection<Tag> tags)
          The tag to be created or updated.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withTags(Tag... tags)
          The tag to be created or updated.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withTerminationPolicies(Collection<String> terminationPolicies)
          A standalone termination policy or a list of termination policies used to select the instance to terminate.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withTerminationPolicies(String... terminationPolicies)
          A standalone termination policy or a list of termination policies used to select the instance to terminate.
 CreateAutoScalingGroupRequest CreateAutoScalingGroupRequest.withVPCZoneIdentifier(String vPCZoneIdentifier)
          A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).
 



Copyright © 2016. All rights reserved.