Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3Location.clone() |
S3Location |
RevisionLocation.getS3Location()
Information about the location of application artifacts stored in Amazon S3.
|
S3Location |
S3Location.withBucket(String bucket)
The name of the Amazon S3 bucket where the application revision is stored.
|
S3Location |
S3Location.withBundleType(BundleType bundleType)
The file type of the application revision.
|
S3Location |
S3Location.withBundleType(String bundleType)
The file type of the application revision.
|
S3Location |
S3Location.withETag(String eTag)
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
S3Location |
S3Location.withKey(String key)
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
S3Location |
S3Location.withVersion(String version)
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionLocation.setS3Location(S3Location s3Location)
Information about the location of application artifacts stored in Amazon S3.
|
RevisionLocation |
RevisionLocation.withS3Location(S3Location s3Location)
Information about the location of application artifacts stored in Amazon S3.
|
Copyright © 2017. All rights reserved.