Uses of Class
software.amazon.awssdk.services.codecommit.model.Commit
-
Packages that use Commit Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Commit in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Commit Modifier and Type Method Description CommitFileVersion. commit()Returns the value of the Commit property for this object.CommitGetCommitResponse. commit()A commit data type object that contains information about the specified commit.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Commit Modifier and Type Method Description List<Commit>BatchGetCommitsResponse. commits()An array of commit data type objects, each of which contains information about a specified commit.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Commit Modifier and Type Method Description FileVersion.BuilderFileVersion.Builder. commit(Commit commit)Sets the value of the Commit property for this object.GetCommitResponse.BuilderGetCommitResponse.Builder. commit(Commit commit)A commit data type object that contains information about the specified commit.BatchGetCommitsResponse.BuilderBatchGetCommitsResponse.Builder. commits(Commit... commits)An array of commit data type objects, each of which contains information about a specified commit.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Commit Modifier and Type Method Description BatchGetCommitsResponse.BuilderBatchGetCommitsResponse.Builder. commits(Collection<Commit> commits)An array of commit data type objects, each of which contains information about a specified commit.
-