Uses of Class
software.amazon.awssdk.services.codecommit.model.RelativeFileVersionEnum
-
Packages that use RelativeFileVersionEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of RelativeFileVersionEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return RelativeFileVersionEnum Modifier and Type Method Description static RelativeFileVersionEnumRelativeFileVersionEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelativeFileVersionEnumLocation. relativeFileVersion()In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.static RelativeFileVersionEnumRelativeFileVersionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeFileVersionEnum[]RelativeFileVersionEnum. 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 RelativeFileVersionEnum Modifier and Type Method Description static Set<RelativeFileVersionEnum>RelativeFileVersionEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type RelativeFileVersionEnum Modifier and Type Method Description Location.BuilderLocation.Builder. relativeFileVersion(RelativeFileVersionEnum relativeFileVersion)In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
-