Uses of Class
com.amazonaws.services.opsworks.model.ShutdownEventConfiguration
-
Packages that use ShutdownEventConfiguration Package Description com.amazonaws.services.opsworks.model -
-
Uses of ShutdownEventConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ShutdownEventConfiguration Modifier and Type Method Description ShutdownEventConfiguration
ShutdownEventConfiguration. clone()
ShutdownEventConfiguration
LifecycleEventConfiguration. getShutdown()
AShutdownEventConfiguration
object that specifies the Shutdown event configuration.ShutdownEventConfiguration
ShutdownEventConfiguration. withDelayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)
Whether to enable Elastic Load Balancing connection draining.ShutdownEventConfiguration
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 ShutdownEventConfiguration Modifier and Type Method Description void
LifecycleEventConfiguration. setShutdown(ShutdownEventConfiguration shutdown)
AShutdownEventConfiguration
object that specifies the Shutdown event configuration.LifecycleEventConfiguration
LifecycleEventConfiguration. withShutdown(ShutdownEventConfiguration shutdown)
AShutdownEventConfiguration
object that specifies the Shutdown event configuration.
-