| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpecificationsField |
DeploymentSpecificationsField.clone() |
DeploymentSpecificationsField |
DeploymentSpecificationsField.withAllowedValues(Collection<String> allowedValues)
The allowed values of the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withAllowedValues(String... allowedValues)
The allowed values of the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withConditionals(Collection<DeploymentConditionalField> conditionals)
The conditionals used for the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withConditionals(DeploymentConditionalField... conditionals)
The conditionals used for the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withDescription(String description)
The description of the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withName(String name)
The name of the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withRequired(String required)
Indicates if the deployment specification is required.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentSpecificationsField> |
WorkloadDeploymentPatternData.getSpecifications()
The settings specified for the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
WorkloadDeploymentPatternData |
WorkloadDeploymentPatternData.withSpecifications(DeploymentSpecificationsField... specifications)
The settings specified for the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkloadDeploymentPatternData.setSpecifications(Collection<DeploymentSpecificationsField> specifications)
The settings specified for the deployment.
|
WorkloadDeploymentPatternData |
WorkloadDeploymentPatternData.withSpecifications(Collection<DeploymentSpecificationsField> specifications)
The settings specified for the deployment.
|
Copyright © 2024. All rights reserved.