| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentEvent> |
GetDeploymentResponse.eventLog()
A list containing all events related to a deployment.
|
List<DeploymentEvent> |
StopDeploymentResponse.eventLog()
A list containing all events related to a deployment.
|
List<DeploymentEvent> |
StartDeploymentResponse.eventLog()
A list containing all events related to a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
Copyright © 2020. All rights reserved.