Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchStartResponse.Builder
-
Packages that use BatchStartResponse.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BatchStartResponse.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchStartResponse.Builder Modifier and Type Method Description static BatchStartResponse.BuilderBatchStartResponse. builder()BatchStartResponse.BuilderBatchStartResponse.Builder. failed(Collection<BatchFailedResultModel> failed)List of failed operationsBatchStartResponse.BuilderBatchStartResponse.Builder. failed(Consumer<BatchFailedResultModel.Builder>... failed)List of failed operations This is a convenience method that creates an instance of theBatchFailedResultModel.Builderavoiding the need to create one manually viaBatchFailedResultModel.builder().BatchStartResponse.BuilderBatchStartResponse.Builder. failed(BatchFailedResultModel... failed)List of failed operationsBatchStartResponse.BuilderBatchStartResponse.Builder. successful(Collection<BatchSuccessfulResultModel> successful)List of successful operationsBatchStartResponse.BuilderBatchStartResponse.Builder. successful(Consumer<BatchSuccessfulResultModel.Builder>... successful)List of successful operations This is a convenience method that creates an instance of theBatchSuccessfulResultModel.Builderavoiding the need to create one manually viaBatchSuccessfulResultModel.builder().BatchStartResponse.BuilderBatchStartResponse.Builder. successful(BatchSuccessfulResultModel... successful)List of successful operationsBatchStartResponse.BuilderBatchStartResponse. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchStartResponse.Builder Modifier and Type Method Description static Class<? extends BatchStartResponse.Builder>BatchStartResponse. serializableBuilderClass()
-