Uses of Class
software.amazon.awssdk.services.codebuild.model.SourceAuthType
-
Packages that use SourceAuthType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of SourceAuthType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return SourceAuthType Modifier and Type Method Description static SourceAuthTypeSourceAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceAuthTypeSourceAuth. type()static SourceAuthTypeSourceAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceAuthType[]SourceAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type SourceAuthType Modifier and Type Method Description static Set<SourceAuthType>SourceAuthType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type SourceAuthType Modifier and Type Method Description SourceAuth.BuilderSourceAuth.Builder. type(SourceAuthType type)
-