| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChatTokenResponse |
IvschatClient.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 CreateChatTokenResponse |
IvschatClient.createChatToken(CreateChatTokenRequest createChatTokenRequest)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.