Uses of Class
software.amazon.awssdk.services.codecommit.model.UserInfo
-
Packages that use UserInfo Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of UserInfo in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UserInfo Modifier and Type Method Description UserInfoCommit. author()Information about the author of the specified commit.UserInfoCommit. committer()Information about the person who committed the specified commit, also known as the committer.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type UserInfo Modifier and Type Method Description Commit.BuilderCommit.Builder. author(UserInfo author)Information about the author of the specified commit.Commit.BuilderCommit.Builder. committer(UserInfo committer)Information about the person who committed the specified commit, also known as the committer.
-