Uses of Class
com.amazonaws.services.codecommit.model.UserInfo
-
Packages that use UserInfo Package Description com.amazonaws.services.codecommit.model -
-
Uses of UserInfo in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return UserInfo Modifier and Type Method Description UserInfoUserInfo. clone()UserInfoCommit. getAuthor()Information about the author of the specified commit.UserInfoCommit. getCommitter()Information about the person who committed the specified commit, also known as the committer.UserInfoUserInfo. withDate(String dateValue)The date when the specified commit was pushed to the repository.UserInfoUserInfo. withEmail(String email)The email address associated with the user who made the commit, if any.UserInfoUserInfo. withName(String name)The name of the user who made the specified commit.Methods in com.amazonaws.services.codecommit.model with parameters of type UserInfo Modifier and Type Method Description voidCommit. setAuthor(UserInfo author)Information about the author of the specified commit.voidCommit. setCommitter(UserInfo committer)Information about the person who committed the specified commit, also known as the committer.CommitCommit. withAuthor(UserInfo author)Information about the author of the specified commit.CommitCommit. withCommitter(UserInfo committer)Information about the person who committed the specified commit, also known as the committer.
-