| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeTypeEnum |
ChangeTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static ChangeTypeEnum |
ChangeTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeTypeEnum[] |
ChangeTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Difference.setChangeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
Difference |
Difference.withChangeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
MergeOperations |
MergeOperations.withDestination(ChangeTypeEnum destination)
The operation on a file in the destination of a merge or pull request.
|
MergeOperations |
MergeOperations.withSource(ChangeTypeEnum source)
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
|
Copyright © 2021. All rights reserved.