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.rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
void |
AWSElasticBeanstalk.rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Future<Void> |
AWSElasticBeanstalkAsync.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Future<Void> |
AWSElasticBeanstalkAsync.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Future<Void> |
AWSElasticBeanstalkAsync.rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.
|
Modifier and Type | Method and Description |
---|---|
RebuildEnvironmentRequest |
RebuildEnvironmentRequest.withEnvironmentId(String environmentId)
The ID of the environment to rebuild.
|
RebuildEnvironmentRequest |
RebuildEnvironmentRequest.withEnvironmentName(String environmentName)
The name of the environment to rebuild.
|
Copyright © 2014. All rights reserved.