Uses of Class
com.amazonaws.services.codepipeline.model.ArtifactStoreType
-
Packages that use ArtifactStoreType Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ArtifactStoreType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactStoreType Modifier and Type Method Description static ArtifactStoreType
ArtifactStoreType. fromValue(String value)
Use this in place of valueOf.static ArtifactStoreType
ArtifactStoreType. valueOf(String name)
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 ArtifactStoreType Modifier and Type Method Description void
ArtifactStore. setType(ArtifactStoreType type)
The type of the artifact store, such as S3.ArtifactStore
ArtifactStore. withType(ArtifactStoreType type)
The type of the artifact store, such as S3.
-