Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CreatePlatformVersionResponse
-
Packages that use CreatePlatformVersionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of CreatePlatformVersionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return CreatePlatformVersionResponse Modifier and Type Method Description default CreatePlatformVersionResponseElasticBeanstalkClient. createPlatformVersion(Consumer<CreatePlatformVersionRequest.Builder> createPlatformVersionRequest)Create a new version of your custom platform.default CreatePlatformVersionResponseElasticBeanstalkClient. createPlatformVersion(CreatePlatformVersionRequest createPlatformVersionRequest)Create a new version of your custom platform.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type CreatePlatformVersionResponse Modifier and Type Method Description default CompletableFuture<CreatePlatformVersionResponse>ElasticBeanstalkAsyncClient. createPlatformVersion(Consumer<CreatePlatformVersionRequest.Builder> createPlatformVersionRequest)Create a new version of your custom platform.default CompletableFuture<CreatePlatformVersionResponse>ElasticBeanstalkAsyncClient. createPlatformVersion(CreatePlatformVersionRequest createPlatformVersionRequest)Create a new version of your custom platform.
-