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