| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TagCondition |
ControlPlaneTagFilter.tagCondition()
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagCondition> |
ControlPlaneTagFilter.andConditions()
A list of conditions which would be applied together with an
AND condition. |
List<List<TagCondition>> |
ControlPlaneTagFilter.orConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.andConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.tagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.andConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.orConditions(Collection<? extends Collection<TagCondition>> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2022. All rights reserved.