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 ArtifactStoreArtifactStore. clone()ArtifactStorePipelineDeclaration. getArtifactStore()ArtifactStoreArtifactStore. 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.ArtifactStoreArtifactStore. withLocation(String location)The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.ArtifactStoreArtifactStore. withType(ArtifactStoreType type)The type of the artifact store, such as S3.ArtifactStoreArtifactStore. 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 voidPipelineDeclaration. setArtifactStore(ArtifactStore artifactStore)PipelineDeclarationPipelineDeclaration. withArtifactStore(ArtifactStore artifactStore)
-