| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleEventConfiguration |
LifecycleEventConfiguration.clone() |
LifecycleEventConfiguration |
CreateLayerRequest.getLifecycleEventConfiguration()
A LifeCycleEventConfiguration object that you can use to configure the
Shutdown event to specify an execution timeout and enable or disable
Elastic Load Balancer connection draining.
|
LifecycleEventConfiguration |
UpdateLayerRequest.getLifecycleEventConfiguration()
|
LifecycleEventConfiguration |
Layer.getLifecycleEventConfiguration()
A
LifeCycleEventConfiguration 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 |
|---|---|
void |
CreateLayerRequest.setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A LifeCycleEventConfiguration object that you can use to configure the
Shutdown event to specify an execution timeout and enable or disable
Elastic Load Balancer connection draining.
|
void |
UpdateLayerRequest.setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
void |
Layer.setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
CreateLayerRequest |
CreateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A LifeCycleEventConfiguration object that you can use to configure the
Shutdown event to specify an execution timeout and enable or disable
Elastic Load Balancer connection draining.
|
UpdateLayerRequest |
UpdateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
Layer |
Layer.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
Copyright © 2015. All rights reserved.