Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.GetMessagingSessionEndpointResponse
-
Packages that use GetMessagingSessionEndpointResponse 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 GetMessagingSessionEndpointResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return GetMessagingSessionEndpointResponse Modifier and Type Method Description default GetMessagingSessionEndpointResponseChimeSdkMessagingClient. getMessagingSessionEndpoint(Consumer<GetMessagingSessionEndpointRequest.Builder> getMessagingSessionEndpointRequest)The details of the endpoint for the messaging session.default GetMessagingSessionEndpointResponseChimeSdkMessagingClient. getMessagingSessionEndpoint(GetMessagingSessionEndpointRequest getMessagingSessionEndpointRequest)The details of the endpoint for the messaging session.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type GetMessagingSessionEndpointResponse Modifier and Type Method Description default CompletableFuture<GetMessagingSessionEndpointResponse>ChimeSdkMessagingAsyncClient. getMessagingSessionEndpoint(Consumer<GetMessagingSessionEndpointRequest.Builder> getMessagingSessionEndpointRequest)The details of the endpoint for the messaging session.default CompletableFuture<GetMessagingSessionEndpointResponse>ChimeSdkMessagingAsyncClient. getMessagingSessionEndpoint(GetMessagingSessionEndpointRequest getMessagingSessionEndpointRequest)The details of the endpoint for the messaging session.
-