Uses of Class
software.amazon.awssdk.services.opsworks.model.LifecycleEventConfiguration
-
Packages that use LifecycleEventConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of LifecycleEventConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return LifecycleEventConfiguration Modifier and Type Method Description LifecycleEventConfigurationCreateLayerRequest. lifecycleEventConfiguration()ALifeCycleEventConfigurationobject that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.LifecycleEventConfigurationLayer. lifecycleEventConfiguration()ALifeCycleEventConfigurationobject that specifies the Shutdown event configuration.LifecycleEventConfigurationUpdateLayerRequest. lifecycleEventConfiguration()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type LifecycleEventConfiguration Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)ALifeCycleEventConfigurationobject that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.Layer.BuilderLayer.Builder. lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)ALifeCycleEventConfigurationobject that specifies the Shutdown event configuration.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
-