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