Uses of Class
com.amazonaws.services.codecommit.model.UserInfo
Packages that use UserInfo
-
Uses of UserInfo in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return UserInfoModifier and TypeMethodDescriptionUserInfo.clone()
Commit.getAuthor()
Information about the author of the specified commit.Commit.getCommitter()
Information about the person who committed the specified commit, also known as the committer.The date when the specified commit was pushed to the repository.The email address associated with the user who made the commit, if any.The name of the user who made the specified commit.Methods in com.amazonaws.services.codecommit.model with parameters of type UserInfoModifier and TypeMethodDescriptionvoid
Information about the author of the specified commit.void
Commit.setCommitter
(UserInfo committer) Information about the person who committed the specified commit, also known as the committer.Commit.withAuthor
(UserInfo author) Information about the author of the specified commit.Commit.withCommitter
(UserInfo committer) Information about the person who committed the specified commit, also known as the committer.