Uses of Class
software.amazon.awssdk.services.codepipeline.model.ArtifactStore
-
Packages that use ArtifactStore Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactStore in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ArtifactStore Modifier and Type Method Description ArtifactStorePipelineDeclaration. artifactStore()Represents information about the S3 bucket where artifacts are stored for the pipeline.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ArtifactStore Modifier and Type Method Description Map<String,ArtifactStore>PipelineDeclaration. artifactStores()A mapping ofartifactStoreobjects and their corresponding Amazon Web Services Regions.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ArtifactStore Modifier and Type Method Description PipelineDeclaration.BuilderPipelineDeclaration.Builder. artifactStore(ArtifactStore artifactStore)Represents information about the S3 bucket where artifacts are stored for the pipeline.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ArtifactStore Modifier and Type Method Description PipelineDeclaration.BuilderPipelineDeclaration.Builder. artifactStores(Map<String,ArtifactStore> artifactStores)A mapping ofartifactStoreobjects and their corresponding Amazon Web Services Regions.
-