Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.GetChannelMessageResponse
-
Packages that use GetChannelMessageResponse 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 GetChannelMessageResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return GetChannelMessageResponse Modifier and Type Method Description default GetChannelMessageResponseChimeSdkMessagingClient. getChannelMessage(Consumer<GetChannelMessageRequest.Builder> getChannelMessageRequest)Gets the full details of a channel message.default GetChannelMessageResponseChimeSdkMessagingClient. getChannelMessage(GetChannelMessageRequest getChannelMessageRequest)Gets the full details of a channel message.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type GetChannelMessageResponse Modifier and Type Method 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.
-