Uses of Class
software.amazon.awssdk.services.ivs.model.StartViewerSessionRevocationResponse
-
Packages that use StartViewerSessionRevocationResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of StartViewerSessionRevocationResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return StartViewerSessionRevocationResponse Modifier and Type Method Description default StartViewerSessionRevocationResponseIvsClient. startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest)Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.default StartViewerSessionRevocationResponseIvsClient. startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type StartViewerSessionRevocationResponse Modifier and Type Method 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.
-