| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| software.amazon.awssdk.services.ivschat.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteMessageResponse |
IvschatClient.deleteMessage(DeleteMessageRequest deleteMessageRequest)
Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from
view and delete it from the client’s chat history.
|
default CompletableFuture<DeleteMessageResponse> |
IvschatAsyncClient.deleteMessage(DeleteMessageRequest deleteMessageRequest)
Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from
view and delete it from the client’s chat history.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteMessageRequestMarshaller.marshall(DeleteMessageRequest deleteMessageRequest) |
Copyright © 2022. All rights reserved.