Uses of Class
software.amazon.awssdk.services.codecommit.model.PutFileEntry
-
Packages that use PutFileEntry Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PutFileEntry in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PutFileEntry Modifier and Type Method Description List<PutFileEntry>CreateCommitRequest. putFiles()The files to add or update in this commit.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PutFileEntry Modifier and Type Method Description CreateCommitRequest.BuilderCreateCommitRequest.Builder. putFiles(PutFileEntry... putFiles)The files to add or update in this commit.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type PutFileEntry Modifier and Type Method Description CreateCommitRequest.BuilderCreateCommitRequest.Builder. putFiles(Collection<PutFileEntry> putFiles)The files to add or update in this commit.
-