| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.builder() |
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.Builder.channelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
|
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.toBuilder() |
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.Builder.viewerId(String viewerId)
The ID of the viewer associated with the viewer session to revoke.
|
StartViewerSessionRevocationRequest.Builder |
StartViewerSessionRevocationRequest.Builder.viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)
An optional filter on which versions of the viewer session to revoke.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartViewerSessionRevocationRequest.Builder> |
StartViewerSessionRevocationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.