| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServicePlacementConstraintsDetails |
AwsEcsServicePlacementConstraintsDetails.clone() |
AwsEcsServicePlacementConstraintsDetails |
AwsEcsServicePlacementConstraintsDetails.withExpression(String expression)
A cluster query language expression to apply to the constraint.
|
AwsEcsServicePlacementConstraintsDetails |
AwsEcsServicePlacementConstraintsDetails.withType(String type)
The type of constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEcsServicePlacementConstraintsDetails> |
AwsEcsServiceDetails.getPlacementConstraints()
The placement constraints for the tasks in the service.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementConstraints(AwsEcsServicePlacementConstraintsDetails... placementConstraints)
The placement constraints for the tasks in the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEcsServiceDetails.setPlacementConstraints(Collection<AwsEcsServicePlacementConstraintsDetails> placementConstraints)
The placement constraints for the tasks in the service.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withPlacementConstraints(Collection<AwsEcsServicePlacementConstraintsDetails> placementConstraints)
The placement constraints for the tasks in the service.
|
Copyright © 2023. All rights reserved.