| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary |
DeploymentSummary.clone() |
DeploymentSummary |
DeploymentSummary.withApplicationId(String applicationId)
The unique identifier of the application.
|
DeploymentSummary |
DeploymentSummary.withApplicationVersion(Integer applicationVersion)
The version of the application.
|
DeploymentSummary |
DeploymentSummary.withCreationTime(Date creationTime)
The timestamp when the deployment was created.
|
DeploymentSummary |
DeploymentSummary.withDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
DeploymentSummary |
DeploymentSummary.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
DeploymentSummary |
DeploymentSummary.withStatus(DeploymentLifecycle status)
The current status of the deployment.
|
DeploymentSummary |
DeploymentSummary.withStatus(String status)
The current status of the deployment.
|
DeploymentSummary |
DeploymentSummary.withStatusReason(String statusReason)
The reason for the reported status.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentSummary> |
ListDeploymentsResult.getDeployments()
The list of deployments that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentSummary... deployments)
The list of deployments that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setDeployments(Collection<DeploymentSummary> deployments)
The list of deployments that is returned.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentSummary> deployments)
The list of deployments that is returned.
|
Copyright © 2022. All rights reserved.