Uses of Interface
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationViewerSession.Builder
-
Packages that use BatchStartViewerSessionRevocationViewerSession.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of BatchStartViewerSessionRevocationViewerSession.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return BatchStartViewerSessionRevocationViewerSession.Builder Modifier and Type Method Description static BatchStartViewerSessionRevocationViewerSession.BuilderBatchStartViewerSessionRevocationViewerSession. builder()BatchStartViewerSessionRevocationViewerSession.BuilderBatchStartViewerSessionRevocationViewerSession.Builder. channelArn(String channelArn)The ARN of the channel associated with the viewer session to revoke.BatchStartViewerSessionRevocationViewerSession.BuilderBatchStartViewerSessionRevocationViewerSession. toBuilder()BatchStartViewerSessionRevocationViewerSession.BuilderBatchStartViewerSessionRevocationViewerSession.Builder. viewerId(String viewerId)The ID of the viewer associated with the viewer session to revoke.BatchStartViewerSessionRevocationViewerSession.BuilderBatchStartViewerSessionRevocationViewerSession.Builder. viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)An optional filter on which versions of the viewer session to revoke.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchStartViewerSessionRevocationViewerSession.Builder Modifier and Type Method Description static Class<? extends BatchStartViewerSessionRevocationViewerSession.Builder>BatchStartViewerSessionRevocationViewerSession. serializableBuilderClass()
-