| Package | Description |
|---|---|
| com.amazonaws.services.pipes.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> |
PipeTargetEcsTaskParameters.getPlacementStrategy()
The placement strategy objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetEcsTaskParameters.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
Copyright © 2024. All rights reserved.