Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DeleteEnvironmentConfigurationResponse
-
Packages that use DeleteEnvironmentConfigurationResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of DeleteEnvironmentConfigurationResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DeleteEnvironmentConfigurationResponse Modifier and Type Method Description default DeleteEnvironmentConfigurationResponseElasticBeanstalkClient. deleteEnvironmentConfiguration(Consumer<DeleteEnvironmentConfigurationRequest.Builder> deleteEnvironmentConfigurationRequest)Deletes the draft configuration associated with the running environment.default DeleteEnvironmentConfigurationResponseElasticBeanstalkClient. deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)Deletes the draft configuration associated with the running environment.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DeleteEnvironmentConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteEnvironmentConfigurationResponse>ElasticBeanstalkAsyncClient. deleteEnvironmentConfiguration(Consumer<DeleteEnvironmentConfigurationRequest.Builder> deleteEnvironmentConfigurationRequest)Deletes the draft configuration associated with the running environment.default CompletableFuture<DeleteEnvironmentConfigurationResponse>ElasticBeanstalkAsyncClient. deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)Deletes the draft configuration associated with the running environment.
-