Uses of Class
com.amazonaws.services.opsworks.model.LifecycleEventConfiguration
-
Packages that use LifecycleEventConfiguration Package Description com.amazonaws.services.opsworks.model -
-
Uses of LifecycleEventConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return LifecycleEventConfiguration Modifier and Type Method Description LifecycleEventConfigurationLifecycleEventConfiguration. clone()LifecycleEventConfigurationCreateLayerRequest. getLifecycleEventConfiguration()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. getLifecycleEventConfiguration()ALifeCycleEventConfigurationobject that specifies the Shutdown event configuration.LifecycleEventConfigurationUpdateLayerRequest. getLifecycleEventConfiguration()LifecycleEventConfigurationLifecycleEventConfiguration. withShutdown(ShutdownEventConfiguration shutdown)AShutdownEventConfigurationobject that specifies the Shutdown event configuration.Methods in com.amazonaws.services.opsworks.model with parameters of type LifecycleEventConfiguration Modifier and Type Method Description voidCreateLayerRequest. setLifecycleEventConfiguration(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.voidLayer. setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)ALifeCycleEventConfigurationobject that specifies the Shutdown event configuration.voidUpdateLayerRequest. setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)CreateLayerRequestCreateLayerRequest. withLifecycleEventConfiguration(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.LayerLayer. withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)ALifeCycleEventConfigurationobject that specifies the Shutdown event configuration.UpdateLayerRequestUpdateLayerRequest. withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
-