Uses of Class
software.amazon.awssdk.services.autoscaling.model.LifecycleHook
-
Packages that use LifecycleHook Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LifecycleHook in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LifecycleHook Modifier and Type Method Description List<LifecycleHook>DescribeLifecycleHooksResponse. lifecycleHooks()The lifecycle hooks for the specified group.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LifecycleHook Modifier and Type Method Description DescribeLifecycleHooksResponse.BuilderDescribeLifecycleHooksResponse.Builder. lifecycleHooks(LifecycleHook... lifecycleHooks)The lifecycle hooks for the specified group.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type LifecycleHook Modifier and Type Method Description DescribeLifecycleHooksResponse.BuilderDescribeLifecycleHooksResponse.Builder. lifecycleHooks(Collection<LifecycleHook> lifecycleHooks)The lifecycle hooks for the specified group.
-