Uses of Class
software.amazon.awssdk.services.codepipeline.model.ArtifactLocationType
-
Packages that use ArtifactLocationType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactLocationType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ArtifactLocationType Modifier and Type Method Description static ArtifactLocationTypeArtifactLocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ArtifactLocationTypeArtifactLocation. type()The type of artifact in the location.static ArtifactLocationTypeArtifactLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactLocationType[]ArtifactLocationType. 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 ArtifactLocationType Modifier and Type Method Description static Set<ArtifactLocationType>ArtifactLocationType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ArtifactLocationType Modifier and Type Method Description ArtifactLocation.BuilderArtifactLocation.Builder. type(ArtifactLocationType type)The type of artifact in the location.
-