| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateParticipantTokenResult> |
AbstractAmazonIVSRealTimeAsync.createParticipantTokenAsync(CreateParticipantTokenRequest request,
AsyncHandler<CreateParticipantTokenRequest,CreateParticipantTokenResult> asyncHandler) |
Future<CreateParticipantTokenResult> |
AmazonIVSRealTimeAsync.createParticipantTokenAsync(CreateParticipantTokenRequest createParticipantTokenRequest,
AsyncHandler<CreateParticipantTokenRequest,CreateParticipantTokenResult> asyncHandler)
Creates an additional token for a specified stage.
|
Future<CreateParticipantTokenResult> |
AmazonIVSRealTimeAsyncClient.createParticipantTokenAsync(CreateParticipantTokenRequest request,
AsyncHandler<CreateParticipantTokenRequest,CreateParticipantTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.clone() |
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withAttributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a stage.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withCapabilities(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withCapabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withCapabilities(String... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withDuration(Integer duration)
Duration (in minutes), after which the token expires.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withStageArn(String stageArn)
ARN of the stage to which this token is scoped.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withUserId(String userId)
Name that can be specified to help identify the token.
|
Copyright © 2023. All rights reserved.