Java com.amazonaws.services.codedeploy.model S3Location fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.codedeploy.model S3Location fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.codedeploy.model S3Location.

The text is from its open source code.

Constructor

Method

StringgetBucket()

The name of the Amazon S3 bucket where the application revision is stored.

StringgetBundleType()

The file type of the application revision.

StringgetETag()

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

StringgetKey()

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

StringgetVersion()

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

S3LocationwithETag(String eTag)

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

S3LocationwithVersion(String version)

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.