| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEvent |
DeploymentEvent.clone() |
DeploymentEvent |
DeploymentEvent.withActionInvocations(ActionInvocation... actionInvocations)
The list of extensions that were invoked as part of the deployment.
|
DeploymentEvent |
DeploymentEvent.withActionInvocations(Collection<ActionInvocation> actionInvocations)
The list of extensions that were invoked as part of the deployment.
|
DeploymentEvent |
DeploymentEvent.withDescription(String description)
A description of the deployment event.
|
DeploymentEvent |
DeploymentEvent.withEventType(DeploymentEventType eventType)
The type of deployment event.
|
DeploymentEvent |
DeploymentEvent.withEventType(String eventType)
The type of deployment event.
|
DeploymentEvent |
DeploymentEvent.withOccurredAt(Date occurredAt)
The date and time the event occurred.
|
DeploymentEvent |
DeploymentEvent.withTriggeredBy(String triggeredBy)
The entity that triggered the deployment event.
|
DeploymentEvent |
DeploymentEvent.withTriggeredBy(TriggeredBy triggeredBy)
The entity that triggered the deployment event.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentEvent> |
StopDeploymentResult.getEventLog()
A list containing all events related to a deployment.
|
List<DeploymentEvent> |
StartDeploymentResult.getEventLog()
A list containing all events related to a deployment.
|
List<DeploymentEvent> |
GetDeploymentResult.getEventLog()
A list containing all events related to a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResult |
StopDeploymentResult.withEventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResult |
StartDeploymentResult.withEventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
GetDeploymentResult |
GetDeploymentResult.withEventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopDeploymentResult.setEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
void |
StartDeploymentResult.setEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
void |
GetDeploymentResult.setEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StopDeploymentResult |
StopDeploymentResult.withEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
StartDeploymentResult |
StartDeploymentResult.withEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
GetDeploymentResult |
GetDeploymentResult.withEventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment.
|
Copyright © 2023. All rights reserved.