| 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 GetChannelMessageResponse |
ChimeSdkMessagingClient.getChannelMessage(Consumer<GetChannelMessageRequest.Builder> getChannelMessageRequest)
Gets the full details of a channel message.
|
default GetChannelMessageResponse |
ChimeSdkMessagingClient.getChannelMessage(GetChannelMessageRequest getChannelMessageRequest)
Gets the full details of a channel message.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetChannelMessageResponse> |
ChimeSdkMessagingAsyncClient.getChannelMessage(Consumer<GetChannelMessageRequest.Builder> getChannelMessageRequest)
Gets the full details of a channel message.
|
default CompletableFuture<GetChannelMessageResponse> |
ChimeSdkMessagingAsyncClient.getChannelMessage(GetChannelMessageRequest getChannelMessageRequest)
Gets the full details of a channel message.
|
Copyright © 2023. All rights reserved.