| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk |  | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEnvironmentResult | AbstractAWSElasticBeanstalk. createEnvironment(CreateEnvironmentRequest request) | 
| CreateEnvironmentResult | AWSElasticBeanstalk. createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
 Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration. | 
| CreateEnvironmentResult | AWSElasticBeanstalkClient. createEnvironment(CreateEnvironmentRequest request)
 Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration. | 
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
 Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration. | 
| Future<CreateEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest request) | 
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request) | 
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
 Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration. | 
| Future<CreateEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) | 
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
 Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration. | 
| Future<CreateEnvironmentResult> | AbstractAWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) | 
| Future<CreateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request,
                      AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEnvironmentRequest | CreateEnvironmentRequest. clone() | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withApplicationName(String applicationName)
 The name of the application that is associated with this environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withCNAMEPrefix(String cNAMEPrefix)
 If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk
 environment URL. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withDescription(String description)
 Your description for this environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withEnvironmentName(String environmentName)
 A unique name for the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withGroupName(String groupName)
 The name of the group to which the target environment belongs. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withOperationsRole(String operationsRole)
 The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
 If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
 configuration set for the new environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)
 If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
 configuration set for the new environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
 A list of custom user-defined configuration options to remove from the configuration set for this new
 environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)
 A list of custom user-defined configuration options to remove from the configuration set for this new
 environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withPlatformArn(String platformArn)
 The Amazon Resource Name (ARN) of the custom platform to use with the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withSolutionStackName(String solutionStackName)
 The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withTags(Collection<Tag> tags)
 Specifies the tags applied to resources in the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withTags(Tag... tags)
 Specifies the tags applied to resources in the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withTemplateName(String templateName)
 The name of the Elastic Beanstalk configuration template to use with the environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withTier(EnvironmentTier tier)
 Specifies the tier to use in creating this environment. | 
| CreateEnvironmentRequest | CreateEnvironmentRequest. withVersionLabel(String versionLabel)
 The name of the application version to deploy. | 
Copyright © 2021. All rights reserved.