|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestartAppServerRequest | |
---|---|
com.amazonaws.services.elasticbeanstalk | Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. |
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of RestartAppServerRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RestartAppServerRequest | |
---|---|
void |
AWSElasticBeanstalkClient.restartAppServer(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
void |
AWSElasticBeanstalk.restartAppServer(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Future<Void> |
AWSElasticBeanstalkAsyncClient.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Future<Void> |
AWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Future<Void> |
AWSElasticBeanstalkAsyncClient.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Future<Void> |
AWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
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 RestartAppServerRequest | |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Future<Void> |
AWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest restartAppServerRequest,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
Causes the environment to restart the application container server running on each Amazon EC2 instance. |
Uses of RestartAppServerRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return RestartAppServerRequest | |
---|---|
RestartAppServerRequest |
RestartAppServerRequest.withEnvironmentId(String environmentId)
The ID of the environment to restart the server for. |
RestartAppServerRequest |
RestartAppServerRequest.withEnvironmentName(String environmentName)
The name of the environment to restart the server for. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |