| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.clone() |
ContactFlowModuleSearchCriteria |
SearchContactFlowModulesRequest.getSearchCriteria()
The search criteria to be used to return contact flow modules.
|
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withAndConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withAndConditions(ContactFlowModuleSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withOrConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withOrConditions(ContactFlowModuleSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withStringCondition(StringCondition stringCondition) |
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowModuleSearchCriteria> |
ContactFlowModuleSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<ContactFlowModuleSearchCriteria> |
ContactFlowModuleSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactFlowModulesRequest.setSearchCriteria(ContactFlowModuleSearchCriteria searchCriteria)
The search criteria to be used to return contact flow modules.
|
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withAndConditions(ContactFlowModuleSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withOrConditions(ContactFlowModuleSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchContactFlowModulesRequest |
SearchContactFlowModulesRequest.withSearchCriteria(ContactFlowModuleSearchCriteria searchCriteria)
The search criteria to be used to return contact flow modules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactFlowModuleSearchCriteria.setAndConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
ContactFlowModuleSearchCriteria.setOrConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withAndConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
ContactFlowModuleSearchCriteria.withOrConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.