Uses of Class
software.amazon.awssdk.services.medialive.model.BatchFailedResultModel
-
Packages that use BatchFailedResultModel Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BatchFailedResultModel in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchFailedResultModel Modifier and Type Method Description List<BatchFailedResultModel>BatchDeleteResponse. failed()List of failed operationsList<BatchFailedResultModel>BatchStartResponse. failed()List of failed operationsList<BatchFailedResultModel>BatchStopResponse. failed()List of failed operationsMethods in software.amazon.awssdk.services.medialive.model with parameters of type BatchFailedResultModel Modifier and Type Method Description BatchDeleteResponse.BuilderBatchDeleteResponse.Builder. failed(BatchFailedResultModel... failed)List of failed operationsBatchStartResponse.BuilderBatchStartResponse.Builder. failed(BatchFailedResultModel... failed)List of failed operationsBatchStopResponse.BuilderBatchStopResponse.Builder. failed(BatchFailedResultModel... failed)List of failed operationsMethod parameters in software.amazon.awssdk.services.medialive.model with type arguments of type BatchFailedResultModel Modifier and Type Method Description BatchDeleteResponse.BuilderBatchDeleteResponse.Builder. failed(Collection<BatchFailedResultModel> failed)List of failed operationsBatchStartResponse.BuilderBatchStartResponse.Builder. failed(Collection<BatchFailedResultModel> failed)List of failed operationsBatchStopResponse.BuilderBatchStopResponse.Builder. failed(Collection<BatchFailedResultModel> failed)List of failed operations
-