Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreateApplicationVersionResponse
-
Packages that use CreateApplicationVersionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of CreateApplicationVersionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return CreateApplicationVersionResponse Modifier and Type Method Description default CreateApplicationVersionResponseElasticBeanstalkClient. createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)Creates an application version for the specified application.default CreateApplicationVersionResponseElasticBeanstalkClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)Creates an application version for the specified application.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type CreateApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationVersionResponse>ElasticBeanstalkAsyncClient. createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)Creates an application version for the specified application.default CompletableFuture<CreateApplicationVersionResponse>ElasticBeanstalkAsyncClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)Creates an application version for the specified application.
-