Uses of Class
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationRequest
-
Packages that use BatchStartViewerSessionRevocationRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.transform -
-
Uses of BatchStartViewerSessionRevocationRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type BatchStartViewerSessionRevocationRequest Modifier and Type Method Description default CompletableFuture<BatchStartViewerSessionRevocationResponse>IvsAsyncClient. batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest 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. -
Uses of BatchStartViewerSessionRevocationRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type BatchStartViewerSessionRevocationRequest Modifier and Type Method Description SdkHttpFullRequestBatchStartViewerSessionRevocationRequestMarshaller. marshall(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest)
-