Package | Description |
---|---|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
SetFileModeEntry |
SetFileModeEntry.clone() |
SetFileModeEntry |
SetFileModeEntry.withFileMode(FileModeTypeEnum fileMode)
The file mode for the file.
|
SetFileModeEntry |
SetFileModeEntry.withFileMode(String fileMode)
The file mode for the file.
|
SetFileModeEntry |
SetFileModeEntry.withFilePath(String filePath)
The full path to the file, including the name of the file.
|
Modifier and Type | Method and Description |
---|---|
List<SetFileModeEntry> |
ConflictResolution.getSetFileModes()
File modes that are set as part of the merge conflict resolution.
|
List<SetFileModeEntry> |
CreateCommitRequest.getSetFileModes()
The file modes to update for files in this commit.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolution |
ConflictResolution.withSetFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
CreateCommitRequest |
CreateCommitRequest.withSetFileModes(SetFileModeEntry... setFileModes)
The file modes to update for files in this commit.
|
Modifier and Type | Method and Description |
---|---|
void |
ConflictResolution.setSetFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
|
void |
CreateCommitRequest.setSetFileModes(Collection<SetFileModeEntry> setFileModes)
The file modes to update for files in this commit.
|
ConflictResolution |
ConflictResolution.withSetFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
|
CreateCommitRequest |
CreateCommitRequest.withSetFileModes(Collection<SetFileModeEntry> setFileModes)
The file modes to update for files in this commit.
|
Copyright © 2024. All rights reserved.