| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypes |
ObjectTypes.clone() |
ObjectTypes |
ConflictMetadata.getObjectTypes()
Information about any object type conflicts in a merge operation.
|
ObjectTypes |
ObjectTypes.withBase(ObjectTypeEnum base)
The type of the object in the base commit of the merge.
|
ObjectTypes |
ObjectTypes.withBase(String base)
The type of the object in the base commit of the merge.
|
ObjectTypes |
ObjectTypes.withDestination(ObjectTypeEnum destination)
The type of the object in the destination branch.
|
ObjectTypes |
ObjectTypes.withDestination(String destination)
The type of the object in the destination branch.
|
ObjectTypes |
ObjectTypes.withSource(ObjectTypeEnum source)
The type of the object in the source branch.
|
ObjectTypes |
ObjectTypes.withSource(String source)
The type of the object in the source branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictMetadata.setObjectTypes(ObjectTypes objectTypes)
Information about any object type conflicts in a merge operation.
|
ConflictMetadata |
ConflictMetadata.withObjectTypes(ObjectTypes objectTypes)
Information about any object type conflicts in a merge operation.
|
Copyright © 2023. All rights reserved.