Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Artifact.setLocation(ArtifactLocation location)
The location of an artifact.
|
Artifact |
Artifact.withLocation(ArtifactLocation location)
The location of an artifact.
|
Copyright © 2018. All rights reserved.