| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BlobMetadata |
BlobMetadata.clone() |
BlobMetadata |
Difference.getAfterBlob()
Information about an
afterBlob data type object, including the ID, the file mode permission code,
and the path. |
BlobMetadata |
Difference.getBeforeBlob()
Information about a
beforeBlob data type object, including the ID, the file mode permission code,
and the path. |
BlobMetadata |
BlobMetadata.withBlobId(String blobId)
The full ID of the blob.
|
BlobMetadata |
BlobMetadata.withMode(String mode)
The file mode permissions of the blob.
|
BlobMetadata |
BlobMetadata.withPath(String path)
The path to the blob and associated file name, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Difference.setAfterBlob(BlobMetadata afterBlob)
Information about an
afterBlob data type object, including the ID, the file mode permission code,
and the path. |
void |
Difference.setBeforeBlob(BlobMetadata beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission code,
and the path. |
Difference |
Difference.withAfterBlob(BlobMetadata afterBlob)
Information about an
afterBlob data type object, including the ID, the file mode permission code,
and the path. |
Difference |
Difference.withBeforeBlob(BlobMetadata beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission code,
and the path. |
Copyright © 2021. All rights reserved.