Uses of Class
software.amazon.awssdk.services.codepipeline.model.S3ArtifactLocation
-
Packages that use S3ArtifactLocation Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of S3ArtifactLocation in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return S3ArtifactLocation Modifier and Type Method Description S3ArtifactLocationArtifactLocation. s3Location()The S3 bucket that contains the artifact.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type S3ArtifactLocation Modifier and Type Method Description ArtifactLocation.BuilderArtifactLocation.Builder. s3Location(S3ArtifactLocation s3Location)The S3 bucket that contains the artifact.
-