Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3Location |
RevisionLocation.s3Location |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3Location.clone() |
S3Location |
RevisionLocation.getS3Location() |
S3Location |
S3Location.withBucket(java.lang.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(java.lang.String bundleType)
The file type of the application revision.
|
S3Location |
S3Location.withETag(java.lang.String eTag)
The ETag of the Amazon S3 object that represents the bundled artifacts
for the application revision.
|
S3Location |
S3Location.withKey(java.lang.String key)
The name of the Amazon S3 object that represents the bundled artifacts
for the application revision.
|
S3Location |
S3Location.withVersion(java.lang.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) |
RevisionLocation |
RevisionLocation.withS3Location(S3Location s3Location) |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3LocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3LocationJsonMarshaller.marshall(S3Location s3Location,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|