Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DeleteApplicationVersionResponse
-
Packages that use DeleteApplicationVersionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of DeleteApplicationVersionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DeleteApplicationVersionResponse Modifier and Type Method Description default DeleteApplicationVersionResponseElasticBeanstalkClient. deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)Deletes the specified version from the specified application.default DeleteApplicationVersionResponseElasticBeanstalkClient. deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)Deletes the specified version from the specified application.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DeleteApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteApplicationVersionResponse>ElasticBeanstalkAsyncClient. deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)Deletes the specified version from the specified application.default CompletableFuture<DeleteApplicationVersionResponse>ElasticBeanstalkAsyncClient. deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)Deletes the specified version from the specified application.
-