| 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> | 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 | 
|---|---|
| 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 | 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. | 
| 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 © 2017. All rights reserved.