| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentDataSummary |
DeploymentDataSummary.clone() |
DeploymentDataSummary |
DeploymentDataSummary.withCreatedAt(Date createdAt)
The time the deployment was created.
|
DeploymentDataSummary |
DeploymentDataSummary.withId(String id)
The ID of the deployment.
|
DeploymentDataSummary |
DeploymentDataSummary.withName(String name)
The name of the deployment
|
DeploymentDataSummary |
DeploymentDataSummary.withPatternName(String patternName)
The name of the workload deployment pattern.
|
DeploymentDataSummary |
DeploymentDataSummary.withStatus(DeploymentStatus status)
The status of the deployment.
|
DeploymentDataSummary |
DeploymentDataSummary.withStatus(String status)
The status of the deployment.
|
DeploymentDataSummary |
DeploymentDataSummary.withWorkloadName(String workloadName)
The name of the workload.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentDataSummary> |
ListDeploymentsResult.getDeployments()
Lists the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentDataSummary... deployments)
Lists the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setDeployments(Collection<DeploymentDataSummary> deployments)
Lists the deployments.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentDataSummary> deployments)
Lists the deployments.
|
Copyright © 2025. All rights reserved.