| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<PlacementConstraint> |
UpdateServiceRequest.placementConstraints()
An array of task placement constraint objects to update the service to use.
|
List<PlacementConstraint> |
CreateServiceRequest.placementConstraints()
An array of placement constraint objects to use for tasks in your service.
|
List<PlacementConstraint> |
RunTaskRequest.placementConstraints()
An array of placement constraint objects to use for the task.
|
List<PlacementConstraint> |
Service.placementConstraints()
The placement constraints for the tasks in the service.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementConstraints(PlacementConstraint... placementConstraints)
An array of task placement constraint objects to update the service to use.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.placementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.placementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
Service.Builder |
Service.Builder.placementConstraints(PlacementConstraint... placementConstraints)
The placement constraints for the tasks in the service.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of task placement constraint objects to update the service to use.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
Service.Builder |
Service.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
|
Copyright © 2023. All rights reserved.