| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<PlacementStrategy> |
CreateServiceRequest.placementStrategy()
The placement strategy objects to use for tasks in your service.
|
List<PlacementStrategy> |
UpdateServiceRequest.placementStrategy()
The task placement strategy objects to update the service to use.
|
List<PlacementStrategy> |
RunTaskRequest.placementStrategy()
The placement strategy objects to use for the task.
|
List<PlacementStrategy> |
Service.placementStrategy()
The placement strategy that determines how tasks for the service are placed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for tasks in your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy objects to update the service to use.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
Service.Builder |
Service.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for tasks in your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy objects to update the service to use.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
Service.Builder |
Service.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Copyright © 2022. All rights reserved.