| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributeAndCondition |
CommonAttributeAndCondition.clone() |
CommonAttributeAndCondition |
ControlPlaneAttributeFilter.getAndCondition()
A list of conditions which would be applied together with an
AND condition. |
CommonAttributeAndCondition |
CommonAttributeAndCondition.withTagConditions(Collection<TagCondition> tagConditions)
A leaf node condition which can be used to specify a tag condition.
|
CommonAttributeAndCondition |
CommonAttributeAndCondition.withTagConditions(TagCondition... tagConditions)
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommonAttributeAndCondition> |
ControlPlaneAttributeFilter.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlPlaneAttributeFilter.setAndCondition(CommonAttributeAndCondition andCondition)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneAttributeFilter |
ControlPlaneAttributeFilter.withAndCondition(CommonAttributeAndCondition andCondition)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneAttributeFilter |
ControlPlaneAttributeFilter.withOrConditions(CommonAttributeAndCondition... orConditions)
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlPlaneAttributeFilter.setOrConditions(Collection<CommonAttributeAndCondition> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ControlPlaneAttributeFilter |
ControlPlaneAttributeFilter.withOrConditions(Collection<CommonAttributeAndCondition> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.