| 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 CreateParticipantTokenResponse |
IvsRealTimeClient.createParticipantToken(CreateParticipantTokenRequest createParticipantTokenRequest)
Creates an additional token for a specified stage.
|
default CreateStageResponse |
IvsRealTimeClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new stage (and optionally participant tokens).
|
default CreateStageResponse |
IvsRealTimeClient.createStage(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
default DeleteStageResponse |
IvsRealTimeClient.deleteStage(Consumer<DeleteStageRequest.Builder> deleteStageRequest)
Shuts down and deletes the specified stage (disconnecting all participants).
|
default DeleteStageResponse |
IvsRealTimeClient.deleteStage(DeleteStageRequest deleteStageRequest)
Shuts down and deletes the specified stage (disconnecting all participants).
|
default DisconnectParticipantResponse |
IvsRealTimeClient.disconnectParticipant(Consumer<DisconnectParticipantRequest.Builder> disconnectParticipantRequest)
Disconnects a specified participant and revokes the participant permanently from a specified stage.
|
default DisconnectParticipantResponse |
IvsRealTimeClient.disconnectParticipant(DisconnectParticipantRequest disconnectParticipantRequest)
Disconnects a specified participant and revokes the participant permanently from a specified stage.
|
default GetParticipantResponse |
IvsRealTimeClient.getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)
Gets information about the specified participant token.
|
default GetParticipantResponse |
IvsRealTimeClient.getParticipant(GetParticipantRequest getParticipantRequest)
Gets information about the specified participant token.
|
default GetStageResponse |
IvsRealTimeClient.getStage(Consumer<GetStageRequest.Builder> getStageRequest)
Gets information for the specified stage.
|
default GetStageResponse |
IvsRealTimeClient.getStage(GetStageRequest getStageRequest)
Gets information for the specified stage.
|
default GetStageSessionResponse |
IvsRealTimeClient.getStageSession(Consumer<GetStageSessionRequest.Builder> getStageSessionRequest)
Gets information for the specified stage session.
|
default GetStageSessionResponse |
IvsRealTimeClient.getStageSession(GetStageSessionRequest getStageSessionRequest)
Gets information for the specified stage session.
|
default ListParticipantEventsResponse |
IvsRealTimeClient.listParticipantEvents(Consumer<ListParticipantEventsRequest.Builder> listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantEventsResponse |
IvsRealTimeClient.listParticipantEvents(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantEventsIterable |
IvsRealTimeClient.listParticipantEventsPaginator(Consumer<ListParticipantEventsRequest.Builder> listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantEventsIterable |
IvsRealTimeClient.listParticipantEventsPaginator(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsIterable |
IvsRealTimeClient.listParticipantsPaginator(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsIterable |
IvsRealTimeClient.listParticipantsPaginator(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListStagesResponse |
IvsRealTimeClient.listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListStagesResponse |
IvsRealTimeClient.listStages(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListStageSessionsResponse |
IvsRealTimeClient.listStageSessions(Consumer<ListStageSessionsRequest.Builder> listStageSessionsRequest)
Gets all sessions for a specified stage.
|
default ListStageSessionsResponse |
IvsRealTimeClient.listStageSessions(ListStageSessionsRequest listStageSessionsRequest)
Gets all sessions for a specified stage.
|
default ListStageSessionsIterable |
IvsRealTimeClient.listStageSessionsPaginator(Consumer<ListStageSessionsRequest.Builder> listStageSessionsRequest)
Gets all sessions for a specified stage.
|
default ListStageSessionsIterable |
IvsRealTimeClient.listStageSessionsPaginator(ListStageSessionsRequest listStageSessionsRequest)
Gets all sessions for a specified stage.
|
default ListStagesIterable |
IvsRealTimeClient.listStagesPaginator(Consumer<ListStagesRequest.Builder> listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListStagesIterable |
IvsRealTimeClient.listStagesPaginator(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListTagsForResourceResponse |
IvsRealTimeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default ListTagsForResourceResponse |
IvsRealTimeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default TagResourceResponse |
IvsRealTimeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for the AWS resource with the specified ARN.
|
default TagResourceResponse |
IvsRealTimeClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for the AWS resource with the specified ARN.
|
default UntagResourceResponse |
IvsRealTimeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UntagResourceResponse |
IvsRealTimeClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UpdateStageResponse |
IvsRealTimeClient.updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)
Updates a stage’s configuration.
|
default UpdateStageResponse |
IvsRealTimeClient.updateStage(UpdateStageRequest updateStageRequest)
Updates a stage’s configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
|
class |
ConflictException
|
class |
InternalServerException
|
class |
PendingVerificationException
|
class |
ResourceNotFoundException
|
class |
ServiceQuotaExceededException
|
class |
ValidationException
|
| Modifier and Type | Method and Description |
|---|---|
IvsRealTimeException |
IvsRealTimeException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IvsRealTimeException ex) |
Copyright © 2023. All rights reserved.