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()AShutdownEventConfigurationobject 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 TypeMethodDescriptionvoidLifecycleEventConfiguration.setShutdown(ShutdownEventConfiguration shutdown) AShutdownEventConfigurationobject that specifies the Shutdown event configuration.LifecycleEventConfiguration.withShutdown(ShutdownEventConfiguration shutdown) AShutdownEventConfigurationobject that specifies the Shutdown event configuration.