Uses of Class
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationResponse
-
Packages that use BatchStartViewerSessionRevocationResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of BatchStartViewerSessionRevocationResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return BatchStartViewerSessionRevocationResponse Modifier and Type Method Description default BatchStartViewerSessionRevocationResponseIvsClient. batchStartViewerSessionRevocation(Consumer<BatchStartViewerSessionRevocationRequest.Builder> batchStartViewerSessionRevocationRequest)Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.default BatchStartViewerSessionRevocationResponseIvsClient. batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest)Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type BatchStartViewerSessionRevocationResponse Modifier and Type Method Description default CompletableFuture<BatchStartViewerSessionRevocationResponse>IvsAsyncClient. batchStartViewerSessionRevocation(Consumer<BatchStartViewerSessionRevocationRequest.Builder> batchStartViewerSessionRevocationRequest)Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.default CompletableFuture<BatchStartViewerSessionRevocationResponse>IvsAsyncClient. batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest)Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.
-