| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypes.Builder |
ObjectTypes.Builder.base(ObjectTypeEnum base)
The type of the object in the base commit of the merge.
|
ObjectTypes.Builder |
ObjectTypes.Builder.base(String base)
The type of the object in the base commit of the merge.
|
static ObjectTypes.Builder |
ObjectTypes.builder() |
ObjectTypes.Builder |
ObjectTypes.Builder.destination(ObjectTypeEnum destination)
The type of the object in the destination branch.
|
ObjectTypes.Builder |
ObjectTypes.Builder.destination(String destination)
The type of the object in the destination branch.
|
ObjectTypes.Builder |
ObjectTypes.Builder.source(ObjectTypeEnum source)
The type of the object in the source branch.
|
ObjectTypes.Builder |
ObjectTypes.Builder.source(String source)
The type of the object in the source branch.
|
ObjectTypes.Builder |
ObjectTypes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectTypes.Builder> |
ObjectTypes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConflictMetadata.Builder |
ConflictMetadata.Builder.objectTypes(Consumer<ObjectTypes.Builder> objectTypes)
Information about any object type conflicts in a merge operation.
|
Copyright © 2023. All rights reserved.