| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartViewerSessionRevocationResponse> |
IvsAsyncClient.startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default CompletableFuture<StartViewerSessionRevocationResponse> |
IvsAsyncClient.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.