| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model | |
| com.amazonaws.services.codecommit.model.transform |
| 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 any 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. |
| Modifier and Type | Method and Description |
|---|---|
BlobMetadata |
BlobMetadataJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobMetadataMarshaller.marshall(BlobMetadata blobMetadata,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.