| Package | Description |
|---|---|
| com.amazonaws.services.ivschat |
Introduction
|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChatTokenResult |
AbstractAmazonivschat.createChatToken(CreateChatTokenRequest request) |
CreateChatTokenResult |
AmazonivschatClient.createChatToken(CreateChatTokenRequest request)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
CreateChatTokenResult |
Amazonivschat.createChatToken(CreateChatTokenRequest createChatTokenRequest)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
Future<CreateChatTokenResult> |
AbstractAmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest request) |
Future<CreateChatTokenResult> |
AmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest createChatTokenRequest)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
Future<CreateChatTokenResult> |
AmazonivschatAsyncClient.createChatTokenAsync(CreateChatTokenRequest request) |
Future<CreateChatTokenResult> |
AbstractAmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest request,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler) |
Future<CreateChatTokenResult> |
AmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest createChatTokenRequest,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
Future<CreateChatTokenResult> |
AmazonivschatAsyncClient.createChatTokenAsync(CreateChatTokenRequest request,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChatTokenResult> |
AbstractAmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest request,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler) |
Future<CreateChatTokenResult> |
AmazonivschatAsync.createChatTokenAsync(CreateChatTokenRequest createChatTokenRequest,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler)
Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat
connection to a room.
|
Future<CreateChatTokenResult> |
AmazonivschatAsyncClient.createChatTokenAsync(CreateChatTokenRequest request,
AsyncHandler<CreateChatTokenRequest,CreateChatTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChatTokenRequest |
CreateChatTokenRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
CreateChatTokenRequest |
CreateChatTokenRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateChatTokenRequest |
CreateChatTokenRequest.clone() |
CreateChatTokenRequest |
CreateChatTokenRequest.withAttributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a chat session.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withCapabilities(ChatTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the room.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withCapabilities(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the room.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withCapabilities(String... capabilities)
Set of capabilities that the user is allowed to perform in the room.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withRoomIdentifier(String roomIdentifier)
Identifier of the room that the client is trying to access.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withSessionDurationInMinutes(Integer sessionDurationInMinutes)
Session duration (in minutes), after which the session expires.
|
CreateChatTokenRequest |
CreateChatTokenRequest.withUserId(String userId)
Application-provided ID that uniquely identifies the user associated with this token.
|
Copyright © 2023. All rights reserved.