Uses of Class
software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationError
-
Packages that use BatchStartViewerSessionRevocationError Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of BatchStartViewerSessionRevocationError in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchStartViewerSessionRevocationError Modifier and Type Method Description List<BatchStartViewerSessionRevocationError>BatchStartViewerSessionRevocationResponse. errors()Each error object is related to a specificchannelArnandviewerIdpair in the request.Methods in software.amazon.awssdk.services.ivs.model with parameters of type BatchStartViewerSessionRevocationError Modifier and Type Method Description BatchStartViewerSessionRevocationResponse.BuilderBatchStartViewerSessionRevocationResponse.Builder. errors(BatchStartViewerSessionRevocationError... errors)Each error object is related to a specificchannelArnandviewerIdpair in the request.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type BatchStartViewerSessionRevocationError Modifier and Type Method Description BatchStartViewerSessionRevocationResponse.BuilderBatchStartViewerSessionRevocationResponse.Builder. errors(Collection<BatchStartViewerSessionRevocationError> errors)Each error object is related to a specificchannelArnandviewerIdpair in the request.
-