| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| Modifier and Type | Method and Description |
|---|---|
default GetChannelMessageStatusResponse |
ChimeSdkMessagingClient.getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
default GetChannelMessageStatusResponse |
ChimeSdkMessagingClient.getChannelMessageStatus(GetChannelMessageStatusRequest getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetChannelMessageStatusResponse> |
ChimeSdkMessagingAsyncClient.getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
default CompletableFuture<GetChannelMessageStatusResponse> |
ChimeSdkMessagingAsyncClient.getChannelMessageStatus(GetChannelMessageStatusRequest getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
Copyright © 2022. All rights reserved.