Uses of Class
software.amazon.awssdk.services.codebuild.model.ArtifactNamespace
-
Packages that use ArtifactNamespace Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ArtifactNamespace in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ArtifactNamespace Modifier and Type Method Description static ArtifactNamespaceArtifactNamespace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ArtifactNamespaceProjectArtifacts. namespaceType()Along withpathandname, the pattern that CodeBuild uses to determine the name and location to store the output artifact:static ArtifactNamespaceArtifactNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactNamespace[]ArtifactNamespace. 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 ArtifactNamespace Modifier and Type Method Description static Set<ArtifactNamespace>ArtifactNamespace. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ArtifactNamespace Modifier and Type Method Description ProjectArtifacts.BuilderProjectArtifacts.Builder. namespaceType(ArtifactNamespace namespaceType)Along withpathandname, the pattern that CodeBuild uses to determine the name and location to store the output artifact:
-