| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler)
Updates the instance protection settings of the specified instances.
|
Future<SetInstanceProtectionResult> |
AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.clone() |
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withInstanceIds(Collection<String> instanceIds)
One or more instance IDs.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withInstanceIds(String... instanceIds)
One or more instance IDs.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withProtectedFromScaleIn(Boolean protectedFromScaleIn)
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
Copyright © 2025. All rights reserved.