Uses of Class
software.amazon.awssdk.services.ivschat.model.DeleteMessageResponse
-
Packages that use DeleteMessageResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of DeleteMessageResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return DeleteMessageResponse Modifier and Type Method Description default DeleteMessageResponseIvschatClient. deleteMessage(Consumer<DeleteMessageRequest.Builder> 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 DeleteMessageResponseIvschatClient. 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.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type DeleteMessageResponse Modifier and Type Method Description default CompletableFuture<DeleteMessageResponse>IvschatAsyncClient. deleteMessage(Consumer<DeleteMessageRequest.Builder> 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.
-