Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
PlacementConstraint |
PlacementConstraint.clone() |
PlacementConstraint |
PlacementConstraint.withExpression(String expression)
A cluster query language expression to apply to the constraint.
|
PlacementConstraint |
PlacementConstraint.withType(PlacementConstraintType type)
The type of constraint.
|
PlacementConstraint |
PlacementConstraint.withType(String type)
The type of constraint.
|
Modifier and Type | Method and Description |
---|---|
List<PlacementConstraint> |
UpdateServiceRequest.getPlacementConstraints()
An array of task placement constraint objects to update the service to use.
|
List<PlacementConstraint> |
RunTaskRequest.getPlacementConstraints()
An array of placement constraint objects to use for the task.
|
List<PlacementConstraint> |
CreateServiceRequest.getPlacementConstraints()
An array of placement constraint objects to use for tasks in your service.
|
List<PlacementConstraint> |
Service.getPlacementConstraints()
The placement constraints for the tasks in the service.
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of task placement constraint objects to update the service to use.
|
RunTaskRequest |
RunTaskRequest.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
Service |
Service.withPlacementConstraints(PlacementConstraint... placementConstraints)
The placement constraints for the tasks in the service.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceRequest.setPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of task placement constraint objects to update the service to use.
|
void |
RunTaskRequest.setPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
void |
CreateServiceRequest.setPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
void |
Service.setPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of task placement constraint objects to update the service to use.
|
RunTaskRequest |
RunTaskRequest.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
Service |
Service.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
|
Copyright © 2022. All rights reserved.