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