Uses of Class
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationViewerSession
-
Packages that use BatchStartViewerSessionRevocationViewerSession Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of BatchStartViewerSessionRevocationViewerSession in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchStartViewerSessionRevocationViewerSession Modifier and Type Method Description List<BatchStartViewerSessionRevocationViewerSession>BatchStartViewerSessionRevocationRequest. viewerSessions()Array of viewer sessions, one per channel-ARN and viewer-ID pair.Methods in software.amazon.awssdk.services.ivs.model with parameters of type BatchStartViewerSessionRevocationViewerSession Modifier and Type Method Description BatchStartViewerSessionRevocationRequest.BuilderBatchStartViewerSessionRevocationRequest.Builder. viewerSessions(BatchStartViewerSessionRevocationViewerSession... viewerSessions)Array of viewer sessions, one per channel-ARN and viewer-ID pair.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type BatchStartViewerSessionRevocationViewerSession Modifier and Type Method Description BatchStartViewerSessionRevocationRequest.BuilderBatchStartViewerSessionRevocationRequest.Builder. viewerSessions(Collection<BatchStartViewerSessionRevocationViewerSession> viewerSessions)Array of viewer sessions, one per channel-ARN and viewer-ID pair.
-