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 ArtifactStoreTypeArtifactStoreType. fromValue(String value)Use this in place of valueOf.static ArtifactStoreTypeArtifactStoreType. 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 voidArtifactStore. setType(ArtifactStoreType type)The type of the artifact store, such as S3.ArtifactStoreArtifactStore. withType(ArtifactStoreType type)The type of the artifact store, such as S3.
-