Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreateStorageLocationResponse
-
Packages that use CreateStorageLocationResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of CreateStorageLocationResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return CreateStorageLocationResponse Modifier and Type Method Description default CreateStorageLocationResponseElasticBeanstalkClient. createStorageLocation()Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.default CreateStorageLocationResponseElasticBeanstalkClient. createStorageLocation(Consumer<CreateStorageLocationRequest.Builder> createStorageLocationRequest)Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.default CreateStorageLocationResponseElasticBeanstalkClient. createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type CreateStorageLocationResponse Modifier and Type Method Description default CompletableFuture<CreateStorageLocationResponse>ElasticBeanstalkAsyncClient. createStorageLocation()Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.default CompletableFuture<CreateStorageLocationResponse>ElasticBeanstalkAsyncClient. createStorageLocation(Consumer<CreateStorageLocationRequest.Builder> createStorageLocationRequest)Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.default CompletableFuture<CreateStorageLocationResponse>ElasticBeanstalkAsyncClient. createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments.
-