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