| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BlobMetadata |
Difference.afterBlob()
Information about an
afterBlob data type object, including the ID, the file mode permission code,
and the path. |
BlobMetadata |
Difference.beforeBlob()
Information about a
beforeBlob data type object, including the ID, the file mode permission code,
and the path. |
| Modifier and Type | Method and Description |
|---|---|
Difference.Builder |
Difference.Builder.afterBlob(BlobMetadata afterBlob)
Information about an
afterBlob data type object, including the ID, the file mode permission
code, and the path. |
Difference.Builder |
Difference.Builder.beforeBlob(BlobMetadata beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission
code, and the path. |
Copyright © 2023. All rights reserved.