| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateEnvironmentResponse |
ElasticBeanstalkClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
default CreateEnvironmentResponse |
ElasticBeanstalkClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEnvironmentResponse> |
ElasticBeanstalkAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
default CompletableFuture<CreateEnvironmentResponse> |
ElasticBeanstalkAsyncClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
Copyright © 2021. All rights reserved.