| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelMessagesResult> |
AbstractAmazonChimeAsync.listChannelMessagesAsync(ListChannelMessagesRequest request,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler) |
Future<ListChannelMessagesResult> |
AmazonChimeAsync.listChannelMessagesAsync(ListChannelMessagesRequest listChannelMessagesRequest,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler)
List all the messages in a channel.
|
Future<ListChannelMessagesResult> |
AmazonChimeAsyncClient.listChannelMessagesAsync(ListChannelMessagesRequest request,
AsyncHandler<ListChannelMessagesRequest,ListChannelMessagesResult> asyncHandler) |
| 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
AppInstanceUserArn of the user 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.
|
Copyright © 2023. All rights reserved.