| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEventDataSummary |
DeploymentEventDataSummary.clone() |
DeploymentEventDataSummary |
DeploymentEventDataSummary.withDescription(String description)
The description of the deployment event.
|
DeploymentEventDataSummary |
DeploymentEventDataSummary.withName(String name)
The name of the deployment event.
|
DeploymentEventDataSummary |
DeploymentEventDataSummary.withStatus(EventStatus status)
The status of the deployment event.
|
DeploymentEventDataSummary |
DeploymentEventDataSummary.withStatus(String status)
The status of the deployment event.
|
DeploymentEventDataSummary |
DeploymentEventDataSummary.withStatusReason(String statusReason)
The reason of the deployment event status.
|
DeploymentEventDataSummary |
DeploymentEventDataSummary.withTimestamp(Date timestamp)
The timestamp of the deployment event.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentEventDataSummary> |
ListDeploymentEventsResult.getDeploymentEvents()
Lists the deployment events.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentEventsResult |
ListDeploymentEventsResult.withDeploymentEvents(DeploymentEventDataSummary... deploymentEvents)
Lists the deployment events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentEventsResult.setDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
|
ListDeploymentEventsResult |
ListDeploymentEventsResult.withDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
|
Copyright © 2025. All rights reserved.