Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.RestartAppServerResponse
-
Packages that use RestartAppServerResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of RestartAppServerResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return RestartAppServerResponse Modifier and Type Method Description default RestartAppServerResponseElasticBeanstalkClient. restartAppServer(Consumer<RestartAppServerRequest.Builder> restartAppServerRequest)Causes the environment to restart the application container server running on each Amazon EC2 instance.default RestartAppServerResponseElasticBeanstalkClient. restartAppServer(RestartAppServerRequest restartAppServerRequest)Causes the environment to restart the application container server running on each Amazon EC2 instance.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type RestartAppServerResponse Modifier and Type Method Description default CompletableFuture<RestartAppServerResponse>ElasticBeanstalkAsyncClient. restartAppServer(Consumer<RestartAppServerRequest.Builder> restartAppServerRequest)Causes the environment to restart the application container server running on each Amazon EC2 instance.default CompletableFuture<RestartAppServerResponse>ElasticBeanstalkAsyncClient. restartAppServer(RestartAppServerRequest restartAppServerRequest)Causes the environment to restart the application container server running on each Amazon EC2 instance.
-