Uses of Class
software.amazon.awssdk.services.codecommit.model.ReplacementTypeEnum
-
Packages that use ReplacementTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ReplacementTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ReplacementTypeEnum Modifier and Type Method Description static ReplacementTypeEnumReplacementTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplacementTypeEnumReplaceContentEntry. replacementType()The replacement type to use when determining how to resolve the conflict.static ReplacementTypeEnumReplacementTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplacementTypeEnum[]ReplacementTypeEnum. 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 ReplacementTypeEnum Modifier and Type Method Description static Set<ReplacementTypeEnum>ReplacementTypeEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ReplacementTypeEnum Modifier and Type Method Description ReplaceContentEntry.BuilderReplaceContentEntry.Builder. replacementType(ReplacementTypeEnum replacementType)The replacement type to use when determining how to resolve the conflict.
-