Uses of Class
software.amazon.awssdk.services.codecommit.model.ConflictResolutionStrategyTypeEnum
-
Packages that use ConflictResolutionStrategyTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ConflictResolutionStrategyTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ConflictResolutionStrategyTypeEnum Modifier and Type Method Description ConflictResolutionStrategyTypeEnumBatchDescribeMergeConflictsRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumCreateUnreferencedMergeCommitRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumDescribeMergeConflictsRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumGetMergeCommitRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumGetMergeConflictsRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumGetMergeOptionsRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumMergeBranchesBySquashRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumMergeBranchesByThreeWayRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumMergePullRequestBySquashRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.ConflictResolutionStrategyTypeEnumMergePullRequestByThreeWayRequest. conflictResolutionStrategy()Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.static ConflictResolutionStrategyTypeEnumConflictResolutionStrategyTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConflictResolutionStrategyTypeEnumConflictResolutionStrategyTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictResolutionStrategyTypeEnum[]ConflictResolutionStrategyTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ConflictResolutionStrategyTypeEnum Modifier and Type Method Description static Set<ConflictResolutionStrategyTypeEnum>ConflictResolutionStrategyTypeEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ConflictResolutionStrategyTypeEnum Modifier and Type Method Description BatchDescribeMergeConflictsRequest.BuilderBatchDescribeMergeConflictsRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.CreateUnreferencedMergeCommitRequest.BuilderCreateUnreferencedMergeCommitRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.DescribeMergeConflictsRequest.BuilderDescribeMergeConflictsRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.GetMergeCommitRequest.BuilderGetMergeCommitRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.GetMergeConflictsRequest.BuilderGetMergeConflictsRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.GetMergeOptionsRequest.BuilderGetMergeOptionsRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.MergeBranchesBySquashRequest.BuilderMergeBranchesBySquashRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.MergeBranchesByThreeWayRequest.BuilderMergeBranchesByThreeWayRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.MergePullRequestBySquashRequest.BuilderMergePullRequestBySquashRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.MergePullRequestByThreeWayRequest.BuilderMergePullRequestByThreeWayRequest.Builder. conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.
-