| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(Consumer<RoutingProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
static RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.builder() |
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(Consumer<RoutingProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.stringCondition(StringCondition stringCondition)
Sets the value of the StringCondition property for this object.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoutingProfileSearchCriteria.Builder> |
RoutingProfileSearchCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRoutingProfilesRequest.Builder |
SearchRoutingProfilesRequest.Builder.searchCriteria(Consumer<RoutingProfileSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return routing profiles.
|
Copyright © 2023. All rights reserved.