Uses of Class
com.amazonaws.services.codepipeline.model.S3ArtifactLocation
-
Packages that use S3ArtifactLocation Package Description com.amazonaws.services.codepipeline.model -
-
Uses of S3ArtifactLocation in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return S3ArtifactLocation Modifier and Type Method Description S3ArtifactLocationS3ArtifactLocation. clone()S3ArtifactLocationArtifactLocation. getS3Location()The Amazon S3 bucket that contains the artifact.S3ArtifactLocationS3ArtifactLocation. withBucketName(String bucketName)The name of the Amazon S3 bucket.S3ArtifactLocationS3ArtifactLocation. withObjectKey(String objectKey)The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.Methods in com.amazonaws.services.codepipeline.model with parameters of type S3ArtifactLocation Modifier and Type Method Description voidArtifactLocation. setS3Location(S3ArtifactLocation s3Location)The Amazon S3 bucket that contains the artifact.ArtifactLocationArtifactLocation. withS3Location(S3ArtifactLocation s3Location)The Amazon S3 bucket that contains the artifact.
-