Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private ShutdownEventConfiguration |
LifecycleEventConfiguration.shutdown
A
ShutdownEventConfiguration object that specifies the
Shutdown event configuration. |
Modifier and Type | Method and Description |
---|---|
ShutdownEventConfiguration |
ShutdownEventConfiguration.clone() |
ShutdownEventConfiguration |
LifecycleEventConfiguration.getShutdown()
A
ShutdownEventConfiguration object that specifies the
Shutdown event configuration. |
ShutdownEventConfiguration |
ShutdownEventConfiguration.withDelayUntilElbConnectionsDrained(java.lang.Boolean delayUntilElbConnectionsDrained)
Whether to enable Elastic Load Balancing connection draining.
|
ShutdownEventConfiguration |
ShutdownEventConfiguration.withExecutionTimeout(java.lang.Integer executionTimeout)
The time, in seconds, that AWS OpsWorks will wait after triggering a
Shutdown event before shutting down an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleEventConfiguration.setShutdown(ShutdownEventConfiguration shutdown)
A
ShutdownEventConfiguration object that specifies the
Shutdown event configuration. |
LifecycleEventConfiguration |
LifecycleEventConfiguration.withShutdown(ShutdownEventConfiguration shutdown)
A
ShutdownEventConfiguration object that specifies the
Shutdown event configuration. |
Modifier and Type | Method and Description |
---|---|
ShutdownEventConfiguration |
ShutdownEventConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ShutdownEventConfigurationJsonMarshaller.marshall(ShutdownEventConfiguration shutdownEventConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|