| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStorageLocationResponse |
ElasticBeanstalkClient.createStorageLocation()
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
default CreateStorageLocationResponse |
ElasticBeanstalkClient.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 CreateStorageLocationResponse |
ElasticBeanstalkClient.createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.