Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreateEnvironmentResponse
-
Packages that use CreateEnvironmentResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of CreateEnvironmentResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return CreateEnvironmentResponse Modifier and Type Method Description default CreateEnvironmentResponseElasticBeanstalkClient. createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.default CreateEnvironmentResponseElasticBeanstalkClient. createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type CreateEnvironmentResponse Modifier and Type Method 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.
-