| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
FileSizes |
FileSizes.clone() |
FileSizes |
ConflictMetadata.getFileSizes()
The file sizes of the file in the source, destination, and base of the merge.
|
FileSizes |
FileSizes.withBase(Long base)
The size of a file in the base of a merge or pull request.
|
FileSizes |
FileSizes.withDestination(Long destination)
The size of a file in the destination of a merge or pull request.
|
FileSizes |
FileSizes.withSource(Long source)
The size of a file in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictMetadata.setFileSizes(FileSizes fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
ConflictMetadata |
ConflictMetadata.withFileSizes(FileSizes fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
Copyright © 2022. All rights reserved.