Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.GetChannelMessageStatusResponse
-
Packages that use GetChannelMessageStatusResponse 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 GetChannelMessageStatusResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return GetChannelMessageStatusResponse Modifier and Type Method Description default GetChannelMessageStatusResponseChimeSdkMessagingClient. getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)Gets message status for a specifiedmessageId.default GetChannelMessageStatusResponseChimeSdkMessagingClient. getChannelMessageStatus(GetChannelMessageStatusRequest getChannelMessageStatusRequest)Gets message status for a specifiedmessageId.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type GetChannelMessageStatusResponse Modifier and Type Method Description default CompletableFuture<GetChannelMessageStatusResponse>ChimeSdkMessagingAsyncClient. getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)Gets message status for a specifiedmessageId.default CompletableFuture<GetChannelMessageStatusResponse>ChimeSdkMessagingAsyncClient. getChannelMessageStatus(GetChannelMessageStatusRequest getChannelMessageStatusRequest)Gets message status for a specifiedmessageId.
-