| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Commit |
GetCommitResponse.commit()
A commit data type object that contains information about the specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
BatchGetCommitsResponse.commits()
An array of commit data type objects, each of which contains information about a specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommitResponse.Builder |
GetCommitResponse.Builder.commit(Commit commit)
A commit data type object that contains information about the specified commit.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.commits(Commit... commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.commits(Collection<Commit> commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
Copyright © 2021. All rights reserved.