Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RestartAppServerResult
-
Packages that use RestartAppServerResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of RestartAppServerResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return RestartAppServerResult Modifier and Type Method Description RestartAppServerResult
AbstractAWSElasticBeanstalk. restartAppServer(RestartAppServerRequest request)
RestartAppServerResult
AWSElasticBeanstalk. restartAppServer(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance.RestartAppServerResult
AWSElasticBeanstalkClient. restartAppServer(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RestartAppServerResult Modifier and Type Method Description Future<RestartAppServerResult>
AbstractAWSElasticBeanstalkAsync. restartAppServerAsync(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
Future<RestartAppServerResult>
AWSElasticBeanstalkAsync. restartAppServerAsync(RestartAppServerRequest restartAppServerRequest, AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
Causes the environment to restart the application container server running on each Amazon EC2 instance.Future<RestartAppServerResult>
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 Modifier and Type Method Description RestartAppServerResult
RestartAppServerResult. clone()
-