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 ShutdownEventConfigurationShutdownEventConfiguration. clone()ShutdownEventConfigurationLifecycleEventConfiguration. getShutdown()AShutdownEventConfigurationobject that specifies the Shutdown event configuration.ShutdownEventConfigurationShutdownEventConfiguration. withDelayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)Whether to enable Elastic Load Balancing connection draining.ShutdownEventConfigurationShutdownEventConfiguration. 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 voidLifecycleEventConfiguration. setShutdown(ShutdownEventConfiguration shutdown)AShutdownEventConfigurationobject that specifies the Shutdown event configuration.LifecycleEventConfigurationLifecycleEventConfiguration. withShutdown(ShutdownEventConfiguration shutdown)AShutdownEventConfigurationobject that specifies the Shutdown event configuration.
-