| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| 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.andConditions(Consumer<TagCondition.Builder>... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.andConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an
AND condition. |
static ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.builder() |
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.orConditions(Collection<? extends Collection<TagCondition>> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.orConditions(Collection<TagCondition>... orConditions)
A list of conditions which would be applied together with an
OR condition. |
default ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.tagCondition(Consumer<TagCondition.Builder> tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.tagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ControlPlaneTagFilter.Builder> |
ControlPlaneTagFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SecurityProfilesSearchFilter.Builder |
SecurityProfilesSearchFilter.Builder.tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object.
|
default RoutingProfileSearchFilter.Builder |
RoutingProfileSearchFilter.Builder.tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object.
|
default QueueSearchFilter.Builder |
QueueSearchFilter.Builder.tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object.
|
default UserSearchFilter.Builder |
UserSearchFilter.Builder.tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object.
|
Copyright © 2023. All rights reserved.