Uses of Class
software.amazon.awssdk.services.codepipeline.model.SourceRevisionType
-
Packages that use SourceRevisionType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of SourceRevisionType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return SourceRevisionType Modifier and Type Method Description static SourceRevisionTypeSourceRevisionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceRevisionTypeSourceRevisionOverride. revisionType()The type of source revision, based on the source provider.static SourceRevisionTypeSourceRevisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceRevisionType[]SourceRevisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type SourceRevisionType Modifier and Type Method Description static Set<SourceRevisionType>SourceRevisionType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type SourceRevisionType Modifier and Type Method Description SourceRevisionOverride.BuilderSourceRevisionOverride.Builder. revisionType(SourceRevisionType revisionType)The type of source revision, based on the source provider.
-