| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
Prompt |
DescribePromptResponse.prompt()
Information about the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
List<Prompt> |
SearchPromptsResponse.prompts()
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePromptResponse.Builder |
DescribePromptResponse.Builder.prompt(Prompt prompt)
Information about the prompt.
|
SearchPromptsResponse.Builder |
SearchPromptsResponse.Builder.prompts(Prompt... prompts)
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPromptsResponse.Builder |
SearchPromptsResponse.Builder.prompts(Collection<Prompt> prompts)
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Prompt> |
SearchPromptsIterable.prompts()
Returns an iterable to iterate through the paginated
SearchPromptsResponse.prompts() member. |
SdkPublisher<Prompt> |
SearchPromptsPublisher.prompts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.