Package | Description |
---|---|
software.amazon.awssdk.services.autoscaling |
|
Modifier and Type | Method and Description |
---|---|
default PutLifecycleHookResponse |
AutoScalingClient.putLifecycleHook(Consumer<PutLifecycleHookRequest.Builder> putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
default PutLifecycleHookResponse |
AutoScalingClient.putLifecycleHook(PutLifecycleHookRequest putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<PutLifecycleHookResponse> |
AutoScalingAsyncClient.putLifecycleHook(Consumer<PutLifecycleHookRequest.Builder> putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
default CompletableFuture<PutLifecycleHookResponse> |
AutoScalingAsyncClient.putLifecycleHook(PutLifecycleHookRequest putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
Copyright © 2023. All rights reserved.