Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.