| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.builder() |
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.channelArn(String channelArn)
The ARN of the channel containing the requested messages.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.channelMessages(ChannelMessageSummary... channelMessages)
The information about, and content of, each requested message.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.channelMessages(Collection<ChannelMessageSummary> channelMessages)
The information about, and content of, each requested message.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.channelMessages(Consumer<ChannelMessageSummary.Builder>... channelMessages)
The information about, and content of, each requested message.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.nextToken(String nextToken)
The token passed by previous API calls until all requested messages are returned.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.Builder.subChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
ListChannelMessagesResponse.Builder |
ListChannelMessagesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelMessagesResponse.Builder> |
ListChannelMessagesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.