Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
S3Location |
CreateApplicationVersionRequest.getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source
bundle for this version.
|
S3Location |
ApplicationVersionDescription.getSourceBundle()
The location where the source bundle is located for this version.
|
S3Location |
S3Location.withS3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located.
|
S3Location |
S3Location.withS3Key(String s3Key)
The Amazon S3 key where the data is located.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApplicationVersionRequest.setSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source
bundle for this version.
|
void |
ApplicationVersionDescription.setSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source
bundle for this version.
|
ApplicationVersionDescription |
ApplicationVersionDescription.withSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.
|
Copyright © 2014. All rights reserved.