Uses of Class
com.amazonaws.services.autoscaling.model.PutLifecycleHookRequest
Packages that use PutLifecycleHookRequest
-
Uses of PutLifecycleHookRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type PutLifecycleHookRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.putLifecycleHook
(PutLifecycleHookRequest request) AmazonAutoScaling.putLifecycleHook
(PutLifecycleHookRequest putLifecycleHookRequest) Creates or updates a lifecycle hook for the specified Auto Scaling Group.AmazonAutoScalingClient.putLifecycleHook
(PutLifecycleHookRequest putLifecycleHookRequest) Creates or updates a lifecycle hook for the specified Auto Scaling Group.AbstractAmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest request) AbstractAmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest request, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) AmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest putLifecycleHookRequest) Creates or updates a lifecycle hook for the specified Auto Scaling Group.AmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest putLifecycleHookRequest, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) Creates or updates a lifecycle hook for the specified Auto Scaling Group.AmazonAutoScalingAsyncClient.putLifecycleHookAsync
(PutLifecycleHookRequest request) AmazonAutoScalingAsyncClient.putLifecycleHookAsync
(PutLifecycleHookRequest request, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type PutLifecycleHookRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest request, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) AmazonAutoScalingAsync.putLifecycleHookAsync
(PutLifecycleHookRequest putLifecycleHookRequest, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) Creates or updates a lifecycle hook for the specified Auto Scaling Group.AmazonAutoScalingAsyncClient.putLifecycleHookAsync
(PutLifecycleHookRequest request, AsyncHandler<PutLifecycleHookRequest, PutLifecycleHookResult> asyncHandler) -
Uses of PutLifecycleHookRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return PutLifecycleHookRequestModifier and TypeMethodDescriptionPutLifecycleHookRequest.clone()
PutLifecycleHookRequest.withAutoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group to which you want to assign the lifecycle hook.PutLifecycleHookRequest.withDefaultResult
(String defaultResult) Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs.PutLifecycleHookRequest.withHeartbeatTimeout
(Integer heartbeatTimeout) The amount of time, in seconds, that can elapse before the lifecycle hook times out.PutLifecycleHookRequest.withLifecycleHookName
(String lifecycleHookName) The name of the lifecycle hook.PutLifecycleHookRequest.withLifecycleTransition
(String lifecycleTransition) The instance state to which you want to attach the lifecycle hook.PutLifecycleHookRequest.withNotificationMetadata
(String notificationMetadata) Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.PutLifecycleHookRequest.withNotificationTargetARN
(String notificationTargetARN) The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook.PutLifecycleHookRequest.withRoleARN
(String roleARN) The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.