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 |
---|---|
DeleteLifecycleHookResult |
AmazonAutoScalingClient.deleteLifecycleHook(DeleteLifecycleHookRequest deleteLifecycleHookRequest)
Deletes the specified lifecycle hook.
|
DeleteLifecycleHookResult |
AmazonAutoScaling.deleteLifecycleHook(DeleteLifecycleHookRequest deleteLifecycleHookRequest)
Deletes the specified lifecycle hook.
|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsync.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest)
Deletes the specified lifecycle hook.
|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsyncClient.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest)
Deletes the specified lifecycle hook.
|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsync.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest,
AsyncHandler<DeleteLifecycleHookRequest,DeleteLifecycleHookResult> asyncHandler)
Deletes the specified lifecycle hook.
|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsyncClient.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest,
AsyncHandler<DeleteLifecycleHookRequest,DeleteLifecycleHookResult> asyncHandler)
Deletes the specified lifecycle hook.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsync.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest,
AsyncHandler<DeleteLifecycleHookRequest,DeleteLifecycleHookResult> asyncHandler)
Deletes the specified lifecycle hook.
|
Future<DeleteLifecycleHookResult> |
AmazonAutoScalingAsyncClient.deleteLifecycleHookAsync(DeleteLifecycleHookRequest deleteLifecycleHookRequest,
AsyncHandler<DeleteLifecycleHookRequest,DeleteLifecycleHookResult> asyncHandler)
Deletes the specified lifecycle hook.
|
Modifier and Type | Method and Description |
---|---|
DeleteLifecycleHookRequest |
DeleteLifecycleHookRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group to which the lifecycle hook
belongs.
|
DeleteLifecycleHookRequest |
DeleteLifecycleHookRequest.withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
Copyright © 2014. All rights reserved.