| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk | 
 | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateEnvironmentResult | 
AWSElasticBeanstalkClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
 Launches an environment for the specified application using the specified configuration. 
 | 
CreateEnvironmentResult | 
AWSElasticBeanstalk.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
 Launches an environment for the specified application using the specified configuration. 
 | 
CreateEnvironmentResult | 
AbstractAWSElasticBeanstalk.createEnvironment(CreateEnvironmentRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateEnvironmentResult> | 
AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)  | 
Future<CreateEnvironmentResult> | 
AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
 Launches an environment for the specified application using the specified configuration. 
 | 
Future<CreateEnvironmentResult> | 
AbstractAWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateEnvironmentResult | 
CreateEnvironmentResult.clone()  | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withAbortableOperationInProgress(Boolean abortableOperationInProgress)
 Indicates if there is an in-progress environment configuration update or application version deployment that you
 can cancel. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withApplicationName(String applicationName)
 The name of the application associated with this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withCNAME(String cNAME)
 The URL to the CNAME for this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withDateCreated(Date dateCreated)
 The creation date for this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withDateUpdated(Date dateUpdated)
 The last modified date for this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withDescription(String description)
 Describes this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withEndpointURL(String endpointURL)
 For load-balanced, autoscaling environments, the URL to the LoadBalancer. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withEnvironmentId(String environmentId)
 The ID of this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
 A list of links to other environments in the same group. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
 A list of links to other environments in the same group. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withEnvironmentName(String environmentName)
 The name of this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withHealth(EnvironmentHealth health)
 Describes the health status of the environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withHealth(String health)
 Describes the health status of the environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withHealthStatus(EnvironmentHealthStatus healthStatus)
 Returns the health status of the application running in your environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withHealthStatus(String healthStatus)
 Returns the health status of the application running in your environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
 The description of the AWS resources used by this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withSolutionStackName(String solutionStackName)
 The name of the  
SolutionStack deployed with this environment. | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withStatus(EnvironmentStatus status)
 The current operational status of the environment: 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withStatus(String status)
 The current operational status of the environment: 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withTemplateName(String templateName)
 The name of the configuration template used to originally launch this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withTier(EnvironmentTier tier)
 Describes the current tier of this environment. 
 | 
CreateEnvironmentResult | 
CreateEnvironmentResult.withVersionLabel(String versionLabel)
 The application version deployed in this environment. 
 | 
Copyright © 2016. All rights reserved.