| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeTypeEnum |
Difference.changeType()
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
ChangeTypeEnum |
MergeOperations.destination()
The operation on a file in the destination of a merge or pull request.
|
static ChangeTypeEnum |
ChangeTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChangeTypeEnum |
MergeOperations.source()
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
|
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 |
|---|---|
static Set<ChangeTypeEnum> |
ChangeTypeEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Difference.Builder |
Difference.Builder.changeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
MergeOperations.Builder |
MergeOperations.Builder.destination(ChangeTypeEnum destination)
The operation on a file in the destination of a merge or pull request.
|
MergeOperations.Builder |
MergeOperations.Builder.source(ChangeTypeEnum source)
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
|
Copyright © 2020. All rights reserved.