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