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 S3LocationS3Location. clone()S3LocationApplicationVersionDescription. getSourceBundle()The location where the source bundle is located for this version.S3LocationCreateApplicationVersionRequest. getSourceBundle()The Amazon S3 bucket and key that identify the location of the source bundle for this version.S3LocationS3Location. withS3Bucket(String s3Bucket)The Amazon S3 bucket where the data is located.S3LocationS3Location. 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 voidApplicationVersionDescription. setSourceBundle(S3Location sourceBundle)The location where the source bundle is located for this version.voidCreateApplicationVersionRequest. setSourceBundle(S3Location sourceBundle)The Amazon S3 bucket and key that identify the location of the source bundle for this version.ApplicationVersionDescriptionApplicationVersionDescription. withSourceBundle(S3Location sourceBundle)The location where the source bundle is located for this version.CreateApplicationVersionRequestCreateApplicationVersionRequest. withSourceBundle(S3Location sourceBundle)The Amazon S3 bucket and key that identify the location of the source bundle for this version.
-