| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementConstraint |
PlacementConstraint.clone() |
PlacementConstraint |
PlacementConstraint.withExpression(String expression)
A cluster query language expression to apply to the constraint.
|
PlacementConstraint |
PlacementConstraint.withType(PlacementConstraintType type)
The type of constraint.
|
PlacementConstraint |
PlacementConstraint.withType(String type)
The type of constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlacementConstraint> |
EcsParameters.getPlacementConstraints()
An array of placement constraint objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsParameters.setPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters |
EcsParameters.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
Copyright © 2025. All rights reserved.