| 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 UpdateChannelMessageResponse |
ChimeSdkMessagingClient.updateChannelMessage(Consumer<UpdateChannelMessageRequest.Builder> updateChannelMessageRequest)
Updates the content of a message.
|
default UpdateChannelMessageResponse |
ChimeSdkMessagingClient.updateChannelMessage(UpdateChannelMessageRequest updateChannelMessageRequest)
Updates the content of a message.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateChannelMessageResponse> |
ChimeSdkMessagingAsyncClient.updateChannelMessage(Consumer<UpdateChannelMessageRequest.Builder> updateChannelMessageRequest)
Updates the content of a message.
|
default CompletableFuture<UpdateChannelMessageResponse> |
ChimeSdkMessagingAsyncClient.updateChannelMessage(UpdateChannelMessageRequest updateChannelMessageRequest)
Updates the content of a message.
|
Copyright © 2021. All rights reserved.