Uses of Class
com.amazonaws.services.codepipeline.model.ArtifactLocationType
-
Packages that use ArtifactLocationType Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ArtifactLocationType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactLocationType Modifier and Type Method Description static ArtifactLocationTypeArtifactLocationType. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.codepipeline.model with parameters of type ArtifactLocationType Modifier and Type Method Description voidArtifactLocation. setType(ArtifactLocationType type)The type of artifact in the location.ArtifactLocationArtifactLocation. withType(ArtifactLocationType type)The type of artifact in the location.
-