| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest)
Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.
|
default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(Consumer<BatchStartViewerSessionRevocationRequest.Builder> batchStartViewerSessionRevocationRequest)
Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.
|
default PutMetadataResponse |
IvsClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(PutMetadataRequest putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
Copyright © 2023. All rights reserved.