| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
ElasticBeanstalkClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application that has one configuration template named
default and no application
versions. |
default CreateApplicationResponse |
ElasticBeanstalkClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application that has one configuration template named
default and no application
versions. |
default CreateApplicationVersionResponse |
ElasticBeanstalkClient.createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)
Creates an application version for the specified application.
|
default CreateApplicationVersionResponse |
ElasticBeanstalkClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.
|
Copyright © 2021. All rights reserved.