Uses of Class
com.amazonaws.services.codepipeline.model.ArtifactLocation
Packages that use ArtifactLocation
-
Uses of ArtifactLocation in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactLocationModifier and TypeMethodDescriptionArtifactLocation.clone()
Artifact.getLocation()
The location of an artifact.ArtifactLocation.withS3Location
(S3ArtifactLocation s3Location) The Amazon S3 bucket that contains the artifact.ArtifactLocation.withType
(ArtifactLocationType type) The type of artifact in the location.The type of artifact in the location.Methods in com.amazonaws.services.codepipeline.model with parameters of type ArtifactLocationModifier and TypeMethodDescriptionvoid
Artifact.setLocation
(ArtifactLocation location) The location of an artifact.Artifact.withLocation
(ArtifactLocation location) The location of an artifact.