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