Uses of Class
com.amazonaws.services.opsworks.model.ShutdownEventConfiguration
Packages that use ShutdownEventConfiguration
-
Uses of ShutdownEventConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ShutdownEventConfigurationModifier and TypeMethodDescriptionShutdownEventConfiguration.clone()
LifecycleEventConfiguration.getShutdown()
AShutdownEventConfiguration
object that specifies the Shutdown event configuration.ShutdownEventConfiguration.withDelayUntilElbConnectionsDrained
(Boolean delayUntilElbConnectionsDrained) Whether to enable Elastic Load Balancing connection draining.ShutdownEventConfiguration.withExecutionTimeout
(Integer executionTimeout) The time, in seconds, that AWS OpsWorks will wait after triggering a Shutdown event before shutting down an instance.Methods in com.amazonaws.services.opsworks.model with parameters of type ShutdownEventConfigurationModifier and TypeMethodDescriptionvoid
LifecycleEventConfiguration.setShutdown
(ShutdownEventConfiguration shutdown) AShutdownEventConfiguration
object that specifies the Shutdown event configuration.LifecycleEventConfiguration.withShutdown
(ShutdownEventConfiguration shutdown) AShutdownEventConfiguration
object that specifies the Shutdown event configuration.