Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of CreateApplicationRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ElasticBeanstalkAsyncClient. createApplication(CreateApplicationRequest 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. -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-