Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Method and Description |
---|---|
SetInstanceProtectionResult |
AmazonAutoScalingClient.setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest)
Updates the instance protection settings of the specified instances.
|
SetInstanceProtectionResult |
AmazonAutoScaling.setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest)
Updates the instance protection settings of the specified instances.
|
SetInstanceProtectionResult |
AbstractAmazonAutoScaling.setInstanceProtection(SetInstanceProtectionRequest request) |
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request) |
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest)
Updates the instance protection settings of the specified instances.
|
java.util.concurrent.Future<SetInstanceProtectionResult> |
AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request) |
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler)
Updates the instance protection settings of the specified instances.
|
java.util.concurrent.Future<SetInstanceProtectionResult> |
AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
java.util.concurrent.Future<SetInstanceProtectionResult> |
AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler)
Updates the instance protection settings of the specified instances.
|
java.util.concurrent.Future<SetInstanceProtectionResult> |
AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request,
AsyncHandler<SetInstanceProtectionRequest,SetInstanceProtectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.clone() |
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
One or more instance IDs.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withInstanceIds(java.lang.String... instanceIds)
One or more instance IDs.
|
SetInstanceProtectionRequest |
SetInstanceProtectionRequest.withProtectedFromScaleIn(java.lang.Boolean protectedFromScaleIn)
Indicates whether the instance is protected from termination by Auto
Scaling when scaling in.
|
Modifier and Type | Method and Description |
---|---|
Request<SetInstanceProtectionRequest> |
SetInstanceProtectionRequestMarshaller.marshall(SetInstanceProtectionRequest setInstanceProtectionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SetInstanceProtectionRequest> |
SetInstanceProtectionRequestMarshaller.marshall(SetInstanceProtectionRequest setInstanceProtectionRequest) |