| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConditionalField |
DeploymentConditionalField.clone() |
DeploymentConditionalField |
DeploymentConditionalField.withComparator(String comparator)
The comparator of the condition.
|
DeploymentConditionalField |
DeploymentConditionalField.withName(String name)
The name of the deployment condition.
|
DeploymentConditionalField |
DeploymentConditionalField.withValue(String value)
The value of the condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentConditionalField> |
DeploymentSpecificationsField.getConditionals()
The conditionals used for the deployment specification.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withConditionals(DeploymentConditionalField... conditionals)
The conditionals used for the deployment specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentSpecificationsField.setConditionals(Collection<DeploymentConditionalField> conditionals)
The conditionals used for the deployment specification.
|
DeploymentSpecificationsField |
DeploymentSpecificationsField.withConditionals(Collection<DeploymentConditionalField> conditionals)
The conditionals used for the deployment specification.
|
Copyright © 2024. All rights reserved.