| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.clone() |
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupARN(String autoScalingGroupARN)
The Amazon Resource Name (ARN) of the Auto Scaling group.
|
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(String... availabilityZones)
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withCapacityRebalance(Boolean capacityRebalance)
Indicates whether Capacity Rebalancing is enabled.
|
AutoScalingGroup |
AutoScalingGroup.withContext(String context)
Reserved.
|
AutoScalingGroup |
AutoScalingGroup.withCreatedTime(Date createdTime)
The date and time the group was created.
|
AutoScalingGroup |
AutoScalingGroup.withDefaultCooldown(Integer defaultCooldown)
The duration of the default cooldown period, in seconds.
|
AutoScalingGroup |
AutoScalingGroup.withDefaultInstanceWarmup(Integer defaultInstanceWarmup)
The duration of the default instance warmup, in seconds.
|
AutoScalingGroup |
AutoScalingGroup.withDesiredCapacity(Integer desiredCapacity)
The desired size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withDesiredCapacityType(String desiredCapacityType)
The unit of measurement for the value specified for desired capacity.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(EnabledMetric... enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withHealthCheckGracePeriod(Integer healthCheckGracePeriod)
The duration of the health check grace period, in seconds.
|
AutoScalingGroup |
AutoScalingGroup.withHealthCheckType(String healthCheckType)
Determines whether any additional health checks are performed on the instances in this group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLaunchConfigurationName(String launchConfigurationName)
The name of the associated launch configuration.
|
AutoScalingGroup |
AutoScalingGroup.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the group.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(Collection<String> loadBalancerNames)
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(String... loadBalancerNames)
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withMaxInstanceLifetime(Integer maxInstanceLifetime)
The maximum amount of time, in seconds, that an instance can be in service.
|
AutoScalingGroup |
AutoScalingGroup.withMaxSize(Integer maxSize)
The maximum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withMinSize(Integer minSize)
The minimum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withMixedInstancesPolicy(MixedInstancesPolicy mixedInstancesPolicy)
The mixed instances policy for the group.
|
AutoScalingGroup |
AutoScalingGroup.withNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling
in.
|
AutoScalingGroup |
AutoScalingGroup.withPlacementGroup(String placementGroup)
The name of the placement group into which to launch your instances, if any.
|
AutoScalingGroup |
AutoScalingGroup.withPredictedCapacity(Integer predictedCapacity)
The predicted capacity of the group when it has a predictive scaling policy.
|
AutoScalingGroup |
AutoScalingGroup.withServiceLinkedRoleARN(String serviceLinkedRoleARN)
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon
Web Services on your behalf.
|
AutoScalingGroup |
AutoScalingGroup.withStatus(String status)
The current state of the group when the DeleteAutoScalingGroup operation is in progress.
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(Collection<SuspendedProcess> suspendedProcesses)
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(SuspendedProcess... suspendedProcesses)
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(Collection<TagDescription> tags)
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(TagDescription... tags)
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTargetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups for your load balancer.
|
AutoScalingGroup |
AutoScalingGroup.withTargetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups for your load balancer.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(Collection<String> terminationPolicies)
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(String... terminationPolicies)
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of the traffic sources.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of the traffic sources.
|
AutoScalingGroup |
AutoScalingGroup.withVPCZoneIdentifier(String vPCZoneIdentifier)
One or more subnet IDs, if applicable, separated by commas.
|
AutoScalingGroup |
AutoScalingGroup.withWarmPoolConfiguration(WarmPoolConfiguration warmPoolConfiguration)
The warm pool for the group.
|
AutoScalingGroup |
AutoScalingGroup.withWarmPoolSize(Integer warmPoolSize)
The current size of the warm pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
DescribeAutoScalingGroupsResult.getAutoScalingGroups()
The groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsResult |
DescribeAutoScalingGroupsResult.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
The groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoScalingGroupsResult.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The groups.
|
DescribeAutoScalingGroupsResult |
DescribeAutoScalingGroupsResult.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The groups.
|
Copyright © 2023. All rights reserved.