Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RestartAppServerRequest
Packages that use RestartAppServerRequest
Package
Description
-
Uses of RestartAppServerRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RestartAppServerRequestModifier 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.AbstractAWSElasticBeanstalkAsync.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 RestartAppServerRequestModifier 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 RestartAppServerRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RestartAppServerRequestModifier and TypeMethodDescriptionRestartAppServerRequest.clone()
RestartAppServerRequest.withEnvironmentId
(String environmentId) The ID of the environment to restart the server for.RestartAppServerRequest.withEnvironmentName
(String environmentName) The name of the environment to restart the server for.