Uses of Class
com.amazonaws.services.elasticbeanstalk.model.S3Location
Packages that use S3Location
-
Uses of S3Location in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return S3LocationModifier and TypeMethodDescriptionS3Location.clone()
ApplicationVersionDescription.getSourceBundle()
The location where the source bundle is located for this version.CreateApplicationVersionRequest.getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.S3Location.withS3Bucket
(String s3Bucket) The Amazon S3 bucket where the data is located.The Amazon S3 key where the data is located.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type S3LocationModifier and TypeMethodDescriptionvoid
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.withSourceBundle
(S3Location sourceBundle) The location where the source bundle is located for this version.CreateApplicationVersionRequest.withSourceBundle
(S3Location sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.