|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S3Location | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of S3Location in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return S3Location | |
---|---|
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. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type S3Location | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |