Uses of Class
software.amazon.awssdk.services.codecommit.model.FileModes
-
Packages that use FileModes Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of FileModes in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return FileModes Modifier and Type Method Description FileModesConflictMetadata. fileModes()The file modes of the file in the source, destination, and base of the merge.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type FileModes Modifier and Type Method Description ConflictMetadata.BuilderConflictMetadata.Builder. fileModes(FileModes fileModes)The file modes of the file in the source, destination, and base of the merge.
-