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