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