Uses of Class
com.amazonaws.services.codepipeline.model.ArtifactStore
-
Packages that use ArtifactStore Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ArtifactStore in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactStore Modifier and Type Method Description ArtifactStore
ArtifactStore. clone()
ArtifactStore
PipelineDeclaration. getArtifactStore()
ArtifactStore
ArtifactStore. withEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.ArtifactStore
ArtifactStore. withLocation(String location)
The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.ArtifactStore
ArtifactStore. withType(ArtifactStoreType type)
The type of the artifact store, such as S3.ArtifactStore
ArtifactStore. withType(String type)
The type of the artifact store, such as S3.Methods in com.amazonaws.services.codepipeline.model with parameters of type ArtifactStore Modifier and Type Method Description void
PipelineDeclaration. setArtifactStore(ArtifactStore artifactStore)
PipelineDeclaration
PipelineDeclaration. withArtifactStore(ArtifactStore artifactStore)
-