Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private LifecycleEventConfiguration |
UpdateLayerRequest.lifecycleEventConfiguration
|
private LifecycleEventConfiguration |
Layer.lifecycleEventConfiguration
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
private LifecycleEventConfiguration |
CreateLayerRequest.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. |
Modifier and Type | Method and Description |
---|---|
LifecycleEventConfiguration |
LifecycleEventConfiguration.clone() |
LifecycleEventConfiguration |
UpdateLayerRequest.getLifecycleEventConfiguration()
|
LifecycleEventConfiguration |
Layer.getLifecycleEventConfiguration()
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
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 |
LifecycleEventConfiguration.withShutdown(ShutdownEventConfiguration shutdown)
A
ShutdownEventConfiguration object that specifies the
Shutdown event configuration. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateLayerRequest.setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
void |
Layer.setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
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. |
UpdateLayerRequest |
UpdateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
Layer |
Layer.withLifecycleEventConfiguration(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. |
Modifier and Type | Method and Description |
---|---|
LifecycleEventConfiguration |
LifecycleEventConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleEventConfigurationJsonMarshaller.marshall(LifecycleEventConfiguration lifecycleEventConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|