Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RestartAppServerResult
Packages that use RestartAppServerResult
Package
Description
-
Uses of RestartAppServerResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return RestartAppServerResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.restartAppServer
(RestartAppServerRequest request) AWSElasticBeanstalk.restartAppServer
(RestartAppServerRequest restartAppServerRequest) Causes the environment to restart the application container server running on each Amazon EC2 instance.AWSElasticBeanstalkClient.restartAppServer
(RestartAppServerRequest restartAppServerRequest) Causes the environment to restart the application container server running on each Amazon EC2 instance.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type RestartAppServerResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest request) AbstractAWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) AWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest restartAppServerRequest) Causes the environment to restart the application container server running on each Amazon EC2 instance.AWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest restartAppServerRequest, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) Causes the environment to restart the application container server running on each Amazon EC2 instance.AWSElasticBeanstalkAsyncClient.restartAppServerAsync
(RestartAppServerRequest request) AWSElasticBeanstalkAsyncClient.restartAppServerAsync
(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RestartAppServerResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) AWSElasticBeanstalkAsync.restartAppServerAsync
(RestartAppServerRequest restartAppServerRequest, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) Causes the environment to restart the application container server running on each Amazon EC2 instance.AWSElasticBeanstalkAsyncClient.restartAppServerAsync
(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest, RestartAppServerResult> asyncHandler) -
Uses of RestartAppServerResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RestartAppServerResult