| 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<GetChannelMessageStatusResult> |
AmazonChimeSDKMessagingAsyncClient.getChannelMessageStatusAsync(GetChannelMessageStatusRequest request,
AsyncHandler<GetChannelMessageStatusRequest,GetChannelMessageStatusResult> asyncHandler) |
Future<GetChannelMessageStatusResult> |
AbstractAmazonChimeSDKMessagingAsync.getChannelMessageStatusAsync(GetChannelMessageStatusRequest request,
AsyncHandler<GetChannelMessageStatusRequest,GetChannelMessageStatusResult> asyncHandler) |
Future<GetChannelMessageStatusResult> |
AmazonChimeSDKMessagingAsync.getChannelMessageStatusAsync(GetChannelMessageStatusRequest getChannelMessageStatusRequest,
AsyncHandler<GetChannelMessageStatusRequest,GetChannelMessageStatusResult> asyncHandler)
Gets message status for a specified
messageId. |
| Modifier and Type | Method and Description |
|---|---|
GetChannelMessageStatusRequest |
GetChannelMessageStatusRequest.clone() |
GetChannelMessageStatusRequest |
GetChannelMessageStatusRequest.withChannelArn(String channelArn)
The ARN of the channel
|
GetChannelMessageStatusRequest |
GetChannelMessageStatusRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
GetChannelMessageStatusRequest |
GetChannelMessageStatusRequest.withMessageId(String messageId)
The ID of the message.
|
GetChannelMessageStatusRequest |
GetChannelMessageStatusRequest.withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
Copyright © 2024. All rights reserved.