| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeEnum |
ObjectTypes.base()
The type of the object in the base commit of the merge.
|
ObjectTypeEnum |
ObjectTypes.destination()
The type of the object in the destination branch.
|
static ObjectTypeEnum |
ObjectTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectTypeEnum |
ObjectTypes.source()
The type of the object in the source branch.
|
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 |
|---|---|
static Set<ObjectTypeEnum> |
ObjectTypeEnum.knownValues()
|
| 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.destination(ObjectTypeEnum 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.
|
Copyright © 2023. All rights reserved.