| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementStrategy |
PlacementStrategy.clone() |
PlacementStrategy |
PlacementStrategy.withField(String field)
The field to apply the placement strategy against.
|
PlacementStrategy |
PlacementStrategy.withType(PlacementStrategyType type)
The type of placement strategy.
|
PlacementStrategy |
PlacementStrategy.withType(String type)
The type of placement strategy.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlacementStrategy> |
EcsParameters.getPlacementStrategy()
The placement strategy objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsParameters.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
EcsParameters |
EcsParameters.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
Copyright © 2023. All rights reserved.