Uses of Class
com.amazonaws.services.elasticbeanstalk.model.S3Location
-
Packages that use S3Location Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of S3Location in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return S3Location Modifier and Type Method Description S3Location
S3Location. clone()
S3Location
ApplicationVersionDescription. getSourceBundle()
The location where the source bundle is located for this version.S3Location
CreateApplicationVersionRequest. getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle 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 Modifier and Type Method Description void
ApplicationVersionDescription. setSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.void
CreateApplicationVersionRequest. setSourceBundle(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.CreateApplicationVersionRequest
CreateApplicationVersionRequest. withSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
-