Uses of Class
software.amazon.awssdk.services.autoscaling.model.LifecycleHookSpecification
-
Packages that use LifecycleHookSpecification Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LifecycleHookSpecification in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LifecycleHookSpecification Modifier and Type Method Description List<LifecycleHookSpecification>CreateAutoScalingGroupRequest. lifecycleHookSpecificationList()One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LifecycleHookSpecification Modifier and Type Method Description CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. lifecycleHookSpecificationList(LifecycleHookSpecification... lifecycleHookSpecificationList)One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type LifecycleHookSpecification Modifier and Type Method Description CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. lifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
-