Uses of Class
com.amazonaws.services.opsworks.model.LifecycleEventConfiguration
Packages that use LifecycleEventConfiguration
-
Uses of LifecycleEventConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return LifecycleEventConfigurationModifier and TypeMethodDescriptionLifecycleEventConfiguration.clone()
CreateLayerRequest.getLifecycleEventConfiguration()
ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.Layer.getLifecycleEventConfiguration()
ALifeCycleEventConfiguration
object that specifies the Shutdown event configuration.UpdateLayerRequest.getLifecycleEventConfiguration()
LifecycleEventConfiguration.withShutdown
(ShutdownEventConfiguration shutdown) AShutdownEventConfiguration
object that specifies the Shutdown event configuration.Methods in com.amazonaws.services.opsworks.model with parameters of type LifecycleEventConfigurationModifier and TypeMethodDescriptionvoid
CreateLayerRequest.setLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.void
Layer.setLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that specifies the Shutdown event configuration.void
UpdateLayerRequest.setLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) CreateLayerRequest.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.Layer.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that specifies the Shutdown event configuration.UpdateLayerRequest.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration)