Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.UpdateChannelReadMarkerResponse
-
Packages that use UpdateChannelReadMarkerResponse 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. -
-
Uses of UpdateChannelReadMarkerResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return UpdateChannelReadMarkerResponse Modifier and Type Method Description default UpdateChannelReadMarkerResponseChimeSdkMessagingClient. updateChannelReadMarker(Consumer<UpdateChannelReadMarkerRequest.Builder> updateChannelReadMarkerRequest)The details of the time when a user last read messages in a channel.default UpdateChannelReadMarkerResponseChimeSdkMessagingClient. updateChannelReadMarker(UpdateChannelReadMarkerRequest updateChannelReadMarkerRequest)The details of the time when a user last read messages in a channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type UpdateChannelReadMarkerResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelReadMarkerResponse>ChimeSdkMessagingAsyncClient. updateChannelReadMarker(Consumer<UpdateChannelReadMarkerRequest.Builder> updateChannelReadMarkerRequest)The details of the time when a user last read messages in a channel.default CompletableFuture<UpdateChannelReadMarkerResponse>ChimeSdkMessagingAsyncClient. updateChannelReadMarker(UpdateChannelReadMarkerRequest updateChannelReadMarkerRequest)The details of the time when a user last read messages in a channel.
-