Uses of Class
software.amazon.awssdk.services.codecommit.model.MergeOptionTypeEnum
-
Packages that use MergeOptionTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of MergeOptionTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return MergeOptionTypeEnum Modifier and Type Method Description static MergeOptionTypeEnumMergeOptionTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MergeOptionTypeEnumBatchDescribeMergeConflictsRequest. mergeOption()The merge option or strategy you want to use to merge the code.MergeOptionTypeEnumCreateUnreferencedMergeCommitRequest. mergeOption()The merge option or strategy you want to use to merge the code.MergeOptionTypeEnumDescribeMergeConflictsRequest. mergeOption()The merge option or strategy you want to use to merge the code.MergeOptionTypeEnumGetMergeConflictsRequest. mergeOption()The merge option or strategy you want to use to merge the code.MergeOptionTypeEnumMergeMetadata. mergeOption()The merge strategy used in the merge.static MergeOptionTypeEnumMergeOptionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeOptionTypeEnum[]MergeOptionTypeEnum. 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 MergeOptionTypeEnum Modifier and Type Method Description static Set<MergeOptionTypeEnum>MergeOptionTypeEnum. knownValues()List<MergeOptionTypeEnum>GetMergeOptionsResponse. mergeOptions()The merge option or strategy used to merge the code.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type MergeOptionTypeEnum Modifier and Type Method Description BatchDescribeMergeConflictsRequest.BuilderBatchDescribeMergeConflictsRequest.Builder. mergeOption(MergeOptionTypeEnum mergeOption)The merge option or strategy you want to use to merge the code.CreateUnreferencedMergeCommitRequest.BuilderCreateUnreferencedMergeCommitRequest.Builder. mergeOption(MergeOptionTypeEnum mergeOption)The merge option or strategy you want to use to merge the code.DescribeMergeConflictsRequest.BuilderDescribeMergeConflictsRequest.Builder. mergeOption(MergeOptionTypeEnum mergeOption)The merge option or strategy you want to use to merge the code.GetMergeConflictsRequest.BuilderGetMergeConflictsRequest.Builder. mergeOption(MergeOptionTypeEnum mergeOption)The merge option or strategy you want to use to merge the code.MergeMetadata.BuilderMergeMetadata.Builder. mergeOption(MergeOptionTypeEnum mergeOption)The merge strategy used in the merge.GetMergeOptionsResponse.BuilderGetMergeOptionsResponse.Builder. mergeOptions(MergeOptionTypeEnum... mergeOptions)The merge option or strategy used to merge the code.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type MergeOptionTypeEnum Modifier and Type Method Description GetMergeOptionsResponse.BuilderGetMergeOptionsResponse.Builder. mergeOptions(Collection<MergeOptionTypeEnum> mergeOptions)The merge option or strategy used to merge the code.
-