| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
FileMetadata |
FileMetadata.clone() |
FileMetadata |
FileMetadata.withAbsolutePath(String absolutePath)
The full path to the file to be added or updated, including the name of the file.
|
FileMetadata |
FileMetadata.withBlobId(String blobId)
The blob ID that contains the file information.
|
FileMetadata |
FileMetadata.withFileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
FileMetadata |
FileMetadata.withFileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileMetadata> |
CreateCommitResult.getFilesAdded()
The files added as part of the committed file changes.
|
List<FileMetadata> |
CreateCommitResult.getFilesDeleted()
The files deleted as part of the committed file changes.
|
List<FileMetadata> |
CreateCommitResult.getFilesUpdated()
The files updated as part of the commited file changes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommitResult |
CreateCommitResult.withFilesAdded(FileMetadata... filesAdded)
The files added as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesDeleted(FileMetadata... filesDeleted)
The files deleted as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesUpdated(FileMetadata... filesUpdated)
The files updated as part of the commited file changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCommitResult.setFilesAdded(Collection<FileMetadata> filesAdded)
The files added as part of the committed file changes.
|
void |
CreateCommitResult.setFilesDeleted(Collection<FileMetadata> filesDeleted)
The files deleted as part of the committed file changes.
|
void |
CreateCommitResult.setFilesUpdated(Collection<FileMetadata> filesUpdated)
The files updated as part of the commited file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesAdded(Collection<FileMetadata> filesAdded)
The files added as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesDeleted(Collection<FileMetadata> filesDeleted)
The files deleted as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesUpdated(Collection<FileMetadata> filesUpdated)
The files updated as part of the commited file changes.
|
Copyright © 2022. All rights reserved.