| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentData |
DeploymentData.addSpecificationsEntry(String key,
String value)
Add a single Specifications entry
|
DeploymentData |
DeploymentData.clearSpecificationsEntries()
Removes all the entries added into Specifications.
|
DeploymentData |
DeploymentData.clone() |
DeploymentData |
GetDeploymentResult.getDeployment()
An object that details the deployment.
|
DeploymentData |
DeploymentData.withCreatedAt(Date createdAt)
The time the deployment was created.
|
DeploymentData |
DeploymentData.withDeletedAt(Date deletedAt)
The time the deployment was deleted.
|
DeploymentData |
DeploymentData.withId(String id)
The ID of the deployment.
|
DeploymentData |
DeploymentData.withName(String name)
The name of the deployment.
|
DeploymentData |
DeploymentData.withPatternName(String patternName)
The pattern name of the deployment.
|
DeploymentData |
DeploymentData.withResourceGroup(String resourceGroup)
The resource group of the deployment.
|
DeploymentData |
DeploymentData.withSpecifications(Map<String,String> specifications)
The specifications of the deployment.
|
DeploymentData |
DeploymentData.withStatus(DeploymentStatus status)
The status of the deployment.
|
DeploymentData |
DeploymentData.withStatus(String status)
The status of the deployment.
|
DeploymentData |
DeploymentData.withWorkloadName(String workloadName)
The name of the workload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentResult.setDeployment(DeploymentData deployment)
An object that details the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeployment(DeploymentData deployment)
An object that details the deployment.
|
Copyright © 2024. All rights reserved.