| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.clone() |
RoutingProfileSearchCriteria |
SearchRoutingProfilesRequest.getSearchCriteria()
The search criteria to be used to return routing profiles.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withAndConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withAndConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withOrConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withOrConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withStringCondition(StringCondition stringCondition) |
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileSearchCriteria> |
RoutingProfileSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<RoutingProfileSearchCriteria> |
RoutingProfileSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRoutingProfilesRequest.setSearchCriteria(RoutingProfileSearchCriteria searchCriteria)
The search criteria to be used to return routing profiles.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withAndConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withOrConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchRoutingProfilesRequest |
SearchRoutingProfilesRequest.withSearchCriteria(RoutingProfileSearchCriteria searchCriteria)
The search criteria to be used to return routing profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingProfileSearchCriteria.setAndConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
RoutingProfileSearchCriteria.setOrConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withAndConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withOrConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.