| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| 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 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 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.
|
Copyright © 2023. All rights reserved.