Uses of Class
software.amazon.awssdk.services.ivschat.model.CreateChatTokenResponse
-
Packages that use CreateChatTokenResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of CreateChatTokenResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return CreateChatTokenResponse Modifier and Type Method Description default CreateChatTokenResponseIvschatClient. createChatToken(Consumer<CreateChatTokenRequest.Builder> createChatTokenRequest)Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room.default CreateChatTokenResponseIvschatClient. createChatToken(CreateChatTokenRequest createChatTokenRequest)Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type CreateChatTokenResponse Modifier and Type Method Description default CompletableFuture<CreateChatTokenResponse>IvschatAsyncClient. createChatToken(Consumer<CreateChatTokenRequest.Builder> createChatTokenRequest)Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room.default CompletableFuture<CreateChatTokenResponse>IvschatAsyncClient. createChatToken(CreateChatTokenRequest createChatTokenRequest)Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room.
-