Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of S3Location in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return S3Location Modifier and Type Method Description S3LocationCreatePlatformVersionRequest. platformDefinitionBundle()The location of the platform definition archive in Amazon S3.S3LocationApplicationVersionDescription. sourceBundle()The storage location of the application version's source bundle in Amazon S3.S3LocationCreateApplicationVersionRequest. sourceBundle()The Amazon S3 bucket and key that identify the location of the source bundle for this version.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type S3Location Modifier and Type Method Description CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. platformDefinitionBundle(S3Location platformDefinitionBundle)The location of the platform definition archive in Amazon S3.ApplicationVersionDescription.BuilderApplicationVersionDescription.Builder. sourceBundle(S3Location sourceBundle)The storage location of the application version's source bundle in Amazon S3.CreateApplicationVersionRequest.BuilderCreateApplicationVersionRequest.Builder. sourceBundle(S3Location sourceBundle)The Amazon S3 bucket and key that identify the location of the source bundle for this version.
-