Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LifecycleHook> |
DescribeLifecycleHooksResult.lifecycleHooks
The lifecycle hooks for the specified group.
|
Modifier and Type | Method and Description |
---|---|
LifecycleHook |
LifecycleHook.clone() |
LifecycleHook |
LifecycleHook.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withDefaultResult(java.lang.String defaultResult)
Defines the action the Auto Scaling group should take when the lifecycle
hook timeout elapses or if an unexpected failure occurs.
|
LifecycleHook |
LifecycleHook.withGlobalTimeout(java.lang.Integer globalTimeout)
The maximum time, in seconds, that an instance can remain in a
Pending:Wait or Terminating:Wait state. |
LifecycleHook |
LifecycleHook.withHeartbeatTimeout(java.lang.Integer heartbeatTimeout)
The maximum time, in seconds, that can elapse before the lifecycle hook
times out.
|
LifecycleHook |
LifecycleHook.withLifecycleHookName(java.lang.String lifecycleHookName)
The name of the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withLifecycleTransition(java.lang.String lifecycleTransition)
The state of the EC2 instance to which you want to attach the lifecycle
hook.
|
LifecycleHook |
LifecycleHook.withNotificationMetadata(java.lang.String notificationMetadata)
Additional information that you want to include any time Auto Scaling
sends a message to the notification target.
|
LifecycleHook |
LifecycleHook.withNotificationTargetARN(java.lang.String notificationTargetARN)
The ARN of the notification target that Auto Scaling uses to notify you
when an instance is in the transition state for the lifecycle hook.
|
LifecycleHook |
LifecycleHook.withRoleARN(java.lang.String roleARN)
The ARN of the IAM role that allows the Auto Scaling group to publish to
the specified notification target.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResult |
DescribeLifecycleHooksResult.withLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
Modifier and Type | Method and Description |
---|---|
LifecycleHook |
LifecycleHookStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |