| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
FileModes |
FileModes.clone() |
FileModes |
ConflictMetadata.getFileModes()
The file modes of the file in the source, destination, and base of the merge.
|
FileModes |
FileModes.withBase(FileModeTypeEnum base)
The file mode of a file in the base of a merge or pull request.
|
FileModes |
FileModes.withBase(String base)
The file mode of a file in the base of a merge or pull request.
|
FileModes |
FileModes.withDestination(FileModeTypeEnum destination)
The file mode of a file in the destination of a merge or pull request.
|
FileModes |
FileModes.withDestination(String destination)
The file mode of a file in the destination of a merge or pull request.
|
FileModes |
FileModes.withSource(FileModeTypeEnum source)
The file mode of a file in the source of a merge or pull request.
|
FileModes |
FileModes.withSource(String source)
The file mode of a file in the source of a merge or pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictMetadata.setFileModes(FileModes fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
ConflictMetadata |
ConflictMetadata.withFileModes(FileModes fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
Copyright © 2024. All rights reserved.