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