Uses of Class
software.amazon.awssdk.services.ivschat.model.CreateChatTokenRequest
-
Packages that use CreateChatTokenRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.transform -
-
Uses of CreateChatTokenRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type CreateChatTokenRequest Modifier and Type Method Description 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.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. -
Uses of CreateChatTokenRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type CreateChatTokenRequest Modifier and Type Method Description SdkHttpFullRequestCreateChatTokenRequestMarshaller. marshall(CreateChatTokenRequest createChatTokenRequest)
-