| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypeEnum |
ObjectTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static ObjectTypeEnum |
ObjectTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypeEnum[] |
ObjectTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypes |
ObjectTypes.withBase(ObjectTypeEnum 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.withSource(ObjectTypeEnum source)
The type of the object in the source branch.
|
Copyright © 2023. All rights reserved.