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 ArtifactLocationType
ArtifactLocationType. fromValue(String value)
Use this in place of valueOf.static ArtifactLocationType
ArtifactLocationType. 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 void
ArtifactLocation. setType(ArtifactLocationType type)
The type of artifact in the location.ArtifactLocation
ArtifactLocation. withType(ArtifactLocationType type)
The type of artifact in the location.
-