| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSearchCriteria |
SearchRoutingProfilesRequest.searchCriteria()
The search criteria to be used to return routing profiles.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileSearchCriteria> |
RoutingProfileSearchCriteria.andConditions()
A list of conditions which would be applied together with an AND condition.
|
List<RoutingProfileSearchCriteria> |
RoutingProfileSearchCriteria.orConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchRoutingProfilesRequest.Builder |
SearchRoutingProfilesRequest.Builder.searchCriteria(RoutingProfileSearchCriteria searchCriteria)
The search criteria to be used to return routing profiles.
|
| 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.orConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.