Uses of Class
software.amazon.awssdk.services.codecommit.model.SourceFileSpecifier
-
Packages that use SourceFileSpecifier Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of SourceFileSpecifier in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return SourceFileSpecifier Modifier and Type Method Description SourceFileSpecifierPutFileEntry. sourceFile()The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type SourceFileSpecifier Modifier and Type Method Description PutFileEntry.BuilderPutFileEntry.Builder. sourceFile(SourceFileSpecifier sourceFile)The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.
-