Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseElasticBeanstalkClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.default CreateApplicationResponseElasticBeanstalkClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ElasticBeanstalkAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.default CompletableFuture<CreateApplicationResponse>ElasticBeanstalkAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.
-