Uses of Class
software.amazon.awssdk.services.codecommit.model.IsBinaryFile
-
Packages that use IsBinaryFile Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of IsBinaryFile in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return IsBinaryFile Modifier and Type Method Description IsBinaryFileConflictMetadata. isBinaryFile()A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type IsBinaryFile Modifier and Type Method Description ConflictMetadata.BuilderConflictMetadata.Builder. isBinaryFile(IsBinaryFile isBinaryFile)A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.
-