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