| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
Commit.author()
Information about the author of the specified commit.
|
UserInfo |
Commit.committer()
Information about the person who committed the specified commit, also known as the committer.
|
| Modifier and Type | Method and Description |
|---|---|
Commit.Builder |
Commit.Builder.author(UserInfo author)
Information about the author of the specified commit.
|
Commit.Builder |
Commit.Builder.committer(UserInfo committer)
Information about the person who committed the specified commit, also known as the committer.
|
Copyright © 2021. All rights reserved.