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