| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RecordLifecycleActionHeartbeatResult |
AmazonAutoScalingClient.recordLifecycleActionHeartbeat(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
RecordLifecycleActionHeartbeatResult |
AmazonAutoScaling.recordLifecycleActionHeartbeat(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsync.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsyncClient.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsync.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest,
AsyncHandler<RecordLifecycleActionHeartbeatRequest,RecordLifecycleActionHeartbeatResult> asyncHandler)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsyncClient.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest,
AsyncHandler<RecordLifecycleActionHeartbeatRequest,RecordLifecycleActionHeartbeatResult> asyncHandler)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsync.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest,
AsyncHandler<RecordLifecycleActionHeartbeatRequest,RecordLifecycleActionHeartbeatResult> asyncHandler)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
Future<RecordLifecycleActionHeartbeatResult> |
AmazonAutoScalingAsyncClient.recordLifecycleActionHeartbeatAsync(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest,
AsyncHandler<RecordLifecycleActionHeartbeatRequest,RecordLifecycleActionHeartbeatResult> asyncHandler)
Records a heartbeat for the lifecycle action associated with a
specific token.
|
| Modifier and Type | Method and Description |
|---|---|
RecordLifecycleActionHeartbeatRequest |
RecordLifecycleActionHeartbeatRequest.clone() |
RecordLifecycleActionHeartbeatRequest |
RecordLifecycleActionHeartbeatRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the hook.
|
RecordLifecycleActionHeartbeatRequest |
RecordLifecycleActionHeartbeatRequest.withLifecycleActionToken(String lifecycleActionToken)
A token that uniquely identifies a specific lifecycle action
associated with an instance.
|
RecordLifecycleActionHeartbeatRequest |
RecordLifecycleActionHeartbeatRequest.withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
Copyright © 2015. All rights reserved.