Uses of Enum
com.amazonaws.services.codepipeline.model.ArtifactLocationType
Packages that use ArtifactLocationType
-
Uses of ArtifactLocationType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactLocationTypeModifier and TypeMethodDescriptionstatic ArtifactLocationType
Use this in place of valueOf.static ArtifactLocationType
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 ArtifactLocationTypeModifier and TypeMethodDescriptionvoid
ArtifactLocation.setType
(ArtifactLocationType type) The type of artifact in the location.ArtifactLocation.withType
(ArtifactLocationType type) The type of artifact in the location.