Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
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.
|
void |
AbstractAWSElasticBeanstalk.restartAppServer(RestartAppServerRequest request) |
Future<Void> |
AWSElasticBeanstalkAsyncClient.restartAppServerAsync(RestartAppServerRequest request) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest request) |
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 request,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest request,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler) |
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 request,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.restartAppServerAsync(RestartAppServerRequest request,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler) |
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.clone() |
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 © 2015. All rights reserved.