Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DeletePlatformVersionResponse
-
Packages that use DeletePlatformVersionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of DeletePlatformVersionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DeletePlatformVersionResponse Modifier and Type Method Description default DeletePlatformVersionResponseElasticBeanstalkClient. deletePlatformVersion(Consumer<DeletePlatformVersionRequest.Builder> deletePlatformVersionRequest)Deletes the specified version of a custom platform.default DeletePlatformVersionResponseElasticBeanstalkClient. deletePlatformVersion(DeletePlatformVersionRequest deletePlatformVersionRequest)Deletes the specified version of a custom platform.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DeletePlatformVersionResponse Modifier and Type Method Description default CompletableFuture<DeletePlatformVersionResponse>ElasticBeanstalkAsyncClient. deletePlatformVersion(Consumer<DeletePlatformVersionRequest.Builder> deletePlatformVersionRequest)Deletes the specified version of a custom platform.default CompletableFuture<DeletePlatformVersionResponse>ElasticBeanstalkAsyncClient. deletePlatformVersion(DeletePlatformVersionRequest deletePlatformVersionRequest)Deletes the specified version of a custom platform.
-