| Package | Description |
|---|---|
| com.amazonaws.services.ecs.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> |
UpdateServiceRequest.getPlacementStrategy()
The task placement strategy objects to update the service to use.
|
List<PlacementStrategy> |
CreateServiceRequest.getPlacementStrategy()
The placement strategy objects to use for tasks in your service.
|
List<PlacementStrategy> |
RunTaskRequest.getPlacementStrategy()
The placement strategy objects to use for the task.
|
List<PlacementStrategy> |
Service.getPlacementStrategy()
The placement strategy that determines how tasks for the service are placed.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy objects to update the service to use.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for tasks in your service.
|
RunTaskRequest |
RunTaskRequest.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
Service |
Service.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceRequest.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy objects to update the service to use.
|
void |
CreateServiceRequest.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for tasks in your service.
|
void |
RunTaskRequest.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
void |
Service.setPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy objects to update the service to use.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for tasks in your service.
|
RunTaskRequest |
RunTaskRequest.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
Service |
Service.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Copyright © 2022. All rights reserved.