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 UserInfo
UserInfo. clone()
UserInfo
Commit. getAuthor()
Information about the author of the specified commit.UserInfo
Commit. getCommitter()
Information about the person who committed the specified commit, also known as the committer.UserInfo
UserInfo. withDate(String dateValue)
The date when the specified commit was pushed to the repository.UserInfo
UserInfo. withEmail(String email)
The email address associated with the user who made the commit, if any.UserInfo
UserInfo. 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 void
Commit. setAuthor(UserInfo author)
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
Commit. withAuthor(UserInfo author)
Information about the author of the specified commit.Commit
Commit. withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also known as the committer.
-