Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchStopResponse.Builder
-
Packages that use BatchStopResponse.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BatchStopResponse.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchStopResponse.Builder Modifier and Type Method Description static BatchStopResponse.BuilderBatchStopResponse. builder()BatchStopResponse.BuilderBatchStopResponse.Builder. failed(Collection<BatchFailedResultModel> failed)List of failed operationsBatchStopResponse.BuilderBatchStopResponse.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().BatchStopResponse.BuilderBatchStopResponse.Builder. failed(BatchFailedResultModel... failed)List of failed operationsBatchStopResponse.BuilderBatchStopResponse.Builder. successful(Collection<BatchSuccessfulResultModel> successful)List of successful operationsBatchStopResponse.BuilderBatchStopResponse.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().BatchStopResponse.BuilderBatchStopResponse.Builder. successful(BatchSuccessfulResultModel... successful)List of successful operationsBatchStopResponse.BuilderBatchStopResponse. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchStopResponse.Builder Modifier and Type Method Description static Class<? extends BatchStopResponse.Builder>BatchStopResponse. serializableBuilderClass()
-