Uses of Enum
com.amazonaws.services.codepipeline.model.ArtifactStoreType
Packages that use ArtifactStoreType
-
Uses of ArtifactStoreType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactStoreTypeModifier and TypeMethodDescriptionstatic ArtifactStoreType
Use this in place of valueOf.static ArtifactStoreType
Returns the enum constant of this type with the specified name.static ArtifactStoreType[]
ArtifactStoreType.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 ArtifactStoreTypeModifier and TypeMethodDescriptionvoid
ArtifactStore.setType
(ArtifactStoreType type) The type of the artifact store, such as S3.ArtifactStore.withType
(ArtifactStoreType type) The type of the artifact store, such as S3.