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