| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Commit |
FileVersion.commit()
Returns the value of the Commit property for this object.
|
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 |
|---|---|
FileVersion.Builder |
FileVersion.Builder.commit(Commit commit)
Sets the value of the Commit property for this object.
|
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 © 2023. All rights reserved.