| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| 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. |
default Difference.Builder |
Difference.Builder.afterBlob(Consumer<BlobMetadata.Builder> 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. |
default Difference.Builder |
Difference.Builder.beforeBlob(Consumer<BlobMetadata.Builder> beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission
code, and the path. |
static Difference.Builder |
Difference.builder() |
Difference.Builder |
Difference.Builder.changeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
Difference.Builder |
Difference.Builder.changeType(String changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
Difference.Builder |
Difference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Difference.Builder> |
Difference.serializableBuilderClass() |
Copyright © 2021. All rights reserved.