| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk |  | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RebuildEnvironmentResult | AbstractAWSElasticBeanstalk. rebuildEnvironment(RebuildEnvironmentRequest request) | 
| RebuildEnvironmentResult | 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. | 
| RebuildEnvironmentResult | AWSElasticBeanstalkClient. rebuildEnvironment(RebuildEnvironmentRequest request)
 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<RebuildEnvironmentResult> | 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<RebuildEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request) | 
| Future<RebuildEnvironmentResult> | AWSElasticBeanstalkAsyncClient. rebuildEnvironmentAsync(RebuildEnvironmentRequest request) | 
| Future<RebuildEnvironmentResult> | AWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> 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<RebuildEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler) | 
| Future<RebuildEnvironmentResult> | AWSElasticBeanstalkAsyncClient. rebuildEnvironmentAsync(RebuildEnvironmentRequest request,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<RebuildEnvironmentResult> | AWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> 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<RebuildEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler) | 
| Future<RebuildEnvironmentResult> | AWSElasticBeanstalkAsyncClient. rebuildEnvironmentAsync(RebuildEnvironmentRequest request,
                       AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| RebuildEnvironmentRequest | RebuildEnvironmentRequest. clone() | 
| 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 © 2021. All rights reserved.