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