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