Uses of Class
com.amazonaws.services.autoscaling.model.CreateAutoScalingGroupRequest
Packages that use CreateAutoScalingGroupRequest
-
Uses of CreateAutoScalingGroupRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type CreateAutoScalingGroupRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.createAutoScalingGroup
(CreateAutoScalingGroupRequest request) AmazonAutoScaling.createAutoScalingGroup
(CreateAutoScalingGroupRequest createAutoScalingGroupRequest) Creates an Auto Scaling group with the specified name and attributes.AmazonAutoScalingClient.createAutoScalingGroup
(CreateAutoScalingGroupRequest createAutoScalingGroupRequest) Creates an Auto Scaling group with the specified name and attributes.AbstractAmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request) AbstractAmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) AmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest createAutoScalingGroupRequest) Creates an Auto Scaling group with the specified name and attributes.AmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) Creates an Auto Scaling group with the specified name and attributes.AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request) AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateAutoScalingGroupRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) AmazonAutoScalingAsync.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest createAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) Creates an Auto Scaling group with the specified name and attributes.AmazonAutoScalingAsyncClient.createAutoScalingGroupAsync
(CreateAutoScalingGroupRequest request, AsyncHandler<CreateAutoScalingGroupRequest, CreateAutoScalingGroupResult> asyncHandler) -
Uses of CreateAutoScalingGroupRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return CreateAutoScalingGroupRequestModifier and TypeMethodDescriptionCreateAutoScalingGroupRequest.clone()
CreateAutoScalingGroupRequest.withAutoScalingGroupName
(String autoScalingGroupName) The name of the group.CreateAutoScalingGroupRequest.withAvailabilityZones
(String... availabilityZones) One or more Availability Zones for the group.CreateAutoScalingGroupRequest.withAvailabilityZones
(Collection<String> availabilityZones) One or more Availability Zones for the group.CreateAutoScalingGroupRequest.withDefaultCooldown
(Integer defaultCooldown) The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.CreateAutoScalingGroupRequest.withDesiredCapacity
(Integer desiredCapacity) The number of EC2 instances that should be running in the group.CreateAutoScalingGroupRequest.withHealthCheckGracePeriod
(Integer healthCheckGracePeriod) The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.CreateAutoScalingGroupRequest.withHealthCheckType
(String healthCheckType) The service to use for the health checks.CreateAutoScalingGroupRequest.withInstanceId
(String instanceId) The ID of the instance used to create a launch configuration for the group.CreateAutoScalingGroupRequest.withLaunchConfigurationName
(String launchConfigurationName) The name of the launch configuration.CreateAutoScalingGroupRequest.withLoadBalancerNames
(String... loadBalancerNames) One or more load balancers.CreateAutoScalingGroupRequest.withLoadBalancerNames
(Collection<String> loadBalancerNames) One or more load balancers.CreateAutoScalingGroupRequest.withMaxSize
(Integer maxSize) The maximum size of the group.CreateAutoScalingGroupRequest.withMinSize
(Integer minSize) The minimum size of the group.CreateAutoScalingGroupRequest.withNewInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.CreateAutoScalingGroupRequest.withPlacementGroup
(String placementGroup) The name of the placement group into which you'll launch your instances, if any.One or more tags.CreateAutoScalingGroupRequest.withTags
(Collection<Tag> tags) One or more tags.CreateAutoScalingGroupRequest.withTerminationPolicies
(String... terminationPolicies) One or more termination policies used to select the instance to terminate.CreateAutoScalingGroupRequest.withTerminationPolicies
(Collection<String> terminationPolicies) One or more termination policies used to select the instance to terminate.CreateAutoScalingGroupRequest.withVPCZoneIdentifier
(String vPCZoneIdentifier) A comma-separated list of subnet identifiers for your virtual private cloud (VPC).