| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantTokenResponse |
IvsRealTimeClient.createParticipantToken(Consumer<CreateParticipantTokenRequest.Builder> createParticipantTokenRequest)
Creates an additional token for a specified stage.
|
default CompletableFuture<CreateParticipantTokenResponse> |
IvsRealTimeAsyncClient.createParticipantToken(Consumer<CreateParticipantTokenRequest.Builder> createParticipantTokenRequest)
Creates an additional token for a specified stage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.attributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a stage.
|
static CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.builder() |
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilitiesWithStrings(String... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.duration(Integer duration)
Duration (in minutes), after which the token expires.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.stageArn(String stageArn)
ARN of the stage to which this token is scoped.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.toBuilder() |
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.userId(String userId)
Name that can be specified to help identify the token.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateParticipantTokenRequest.Builder> |
CreateParticipantTokenRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.