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