| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSearchCriteria |
SearchPromptsRequest.searchCriteria()
The search criteria to be used to return prompts.
|
| Modifier and Type | Method and Description |
|---|---|
List<PromptSearchCriteria> |
PromptSearchCriteria.andConditions()
A list of conditions which would be applied together with an AND condition.
|
List<PromptSearchCriteria> |
PromptSearchCriteria.orConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.andConditions(PromptSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.orConditions(PromptSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchPromptsRequest.Builder |
SearchPromptsRequest.Builder.searchCriteria(PromptSearchCriteria searchCriteria)
The search criteria to be used to return prompts.
|
| Modifier and Type | Method and Description |
|---|---|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.andConditions(Collection<PromptSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.orConditions(Collection<PromptSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.