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