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