| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleHook |
LifecycleHook.clone() |
LifecycleHook |
LifecycleHook.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withDefaultResult(String defaultResult)
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure
occurs.
|
LifecycleHook |
LifecycleHook.withGlobalTimeout(Integer globalTimeout)
The maximum time, in seconds, that an instance can remain in a wait state.
|
LifecycleHook |
LifecycleHook.withHeartbeatTimeout(Integer heartbeatTimeout)
The maximum time, in seconds, that can elapse before the lifecycle hook times out.
|
LifecycleHook |
LifecycleHook.withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withLifecycleTransition(String lifecycleTransition)
The lifecycle transition.
|
LifecycleHook |
LifecycleHook.withNotificationMetadata(String notificationMetadata)
Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification
target.
|
LifecycleHook |
LifecycleHook.withNotificationTargetARN(String notificationTargetARN)
The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in a wait state for
the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withRoleARN(String roleARN)
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target (an
Amazon SNS topic or an Amazon SQS queue).
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleHook> |
DescribeLifecycleHooksResult.getLifecycleHooks()
The lifecycle hooks for the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLifecycleHooksResult |
DescribeLifecycleHooksResult.withLifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLifecycleHooksResult.setLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResult |
DescribeLifecycleHooksResult.withLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
Copyright © 2024. All rights reserved.