| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.clone() |
ContactFlowSearchCriteria |
SearchContactFlowsRequest.getSearchCriteria()
The search criteria to be used to return flows.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withAndConditions(Collection<ContactFlowSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withAndConditions(ContactFlowSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withOrConditions(Collection<ContactFlowSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withOrConditions(ContactFlowSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStateCondition(ContactFlowState stateCondition)
The state of the flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStateCondition(String stateCondition)
The state of the flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStatusCondition(ContactFlowStatus statusCondition)
The status of the flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStatusCondition(String statusCondition)
The status of the flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStringCondition(StringCondition stringCondition) |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withTypeCondition(ContactFlowType typeCondition)
The type of flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withTypeCondition(String typeCondition)
The type of flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowSearchCriteria> |
ContactFlowSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<ContactFlowSearchCriteria> |
ContactFlowSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactFlowsRequest.setSearchCriteria(ContactFlowSearchCriteria searchCriteria)
The search criteria to be used to return flows.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withAndConditions(ContactFlowSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withOrConditions(ContactFlowSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchContactFlowsRequest |
SearchContactFlowsRequest.withSearchCriteria(ContactFlowSearchCriteria searchCriteria)
The search criteria to be used to return flows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactFlowSearchCriteria.setAndConditions(Collection<ContactFlowSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
ContactFlowSearchCriteria.setOrConditions(Collection<ContactFlowSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withAndConditions(Collection<ContactFlowSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withOrConditions(Collection<ContactFlowSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.