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