Uses of Class
com.amazonaws.services.codedeploy.model.S3Location
Packages that use S3Location
-
Uses of S3Location in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return S3LocationModifier and TypeMethodDescriptionS3Location.clone()
RevisionLocation.getS3Location()
S3Location.withBucket
(String bucket) The name of the Amazon S3 bucket where the application revision is stored.S3Location.withBundleType
(BundleType bundleType) The file type of the application revision.S3Location.withBundleType
(String bundleType) The file type of the application revision.The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.The name of the Amazon S3 object that represents the bundled artifacts for the application revision.S3Location.withVersion
(String version) A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.Methods in com.amazonaws.services.codedeploy.model with parameters of type S3LocationModifier and TypeMethodDescriptionvoid
RevisionLocation.setS3Location
(S3Location s3Location) RevisionLocation.withS3Location
(S3Location s3Location)