Uses of Class
software.amazon.awssdk.services.amplify.model.SourceUrlType
-
Packages that use SourceUrlType Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of SourceUrlType in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return SourceUrlType Modifier and Type Method Description static SourceUrlTypeSourceUrlType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceUrlTypeJobSummary. sourceUrlType()The type of source specified by thesourceURL.SourceUrlTypeStartDeploymentRequest. sourceUrlType()The type of source specified by thesourceURL.static SourceUrlTypeSourceUrlType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceUrlType[]SourceUrlType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type SourceUrlType Modifier and Type Method Description static Set<SourceUrlType>SourceUrlType. knownValues()Methods in software.amazon.awssdk.services.amplify.model with parameters of type SourceUrlType Modifier and Type Method Description JobSummary.BuilderJobSummary.Builder. sourceUrlType(SourceUrlType sourceUrlType)The type of source specified by thesourceURL.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. sourceUrlType(SourceUrlType sourceUrlType)The type of source specified by thesourceURL.
-