| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelMessagesResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelMessagesAsync(ListChannelMessagesRequest request,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler) |
Future<ListChannelMessagesResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelMessagesAsync(ListChannelMessagesRequest request,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler) |
Future<ListChannelMessagesResult> |
AmazonChimeSDKMessagingAsync.listChannelMessagesAsync(ListChannelMessagesRequest listChannelMessagesRequest,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler)
List all the messages in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelMessagesRequest |
ListChannelMessagesRequest.clone() |
ListChannelMessagesRequest |
ListChannelMessagesRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
ListChannelMessagesRequest |
ListChannelMessagesRequest.withMaxResults(Integer maxResults)
The maximum number of messages that you want returned.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withNextToken(String nextToken)
The token passed by previous API calls until all requested messages are returned.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withNotAfter(Date notAfter)
The final or ending time stamp for your requested messages.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withNotBefore(Date notBefore)
The initial or starting time stamp for your requested messages.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withSortOrder(SortOrder sortOrder)
The order in which you want messages sorted.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withSortOrder(String sortOrder)
The order in which you want messages sorted.
|
ListChannelMessagesRequest |
ListChannelMessagesRequest.withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
Copyright © 2024. All rights reserved.