Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateEnvironmentRequest

Packages that use CreateEnvironmentRequest
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. 
 

Uses of CreateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateEnvironmentRequest
 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.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateEnvironmentRequest
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 

Uses of CreateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateEnvironmentRequest
 CreateEnvironmentRequest CreateEnvironmentRequest.withApplicationName(String applicationName)
          The name of the application that contains the version to be deployed.
 CreateEnvironmentRequest CreateEnvironmentRequest.withCNAMEPrefix(String cNAMEPrefix)
          If specified, the environment attempts to use this value as the prefix for the CNAME.
 CreateEnvironmentRequest CreateEnvironmentRequest.withDescription(String description)
          Describes this environment.
 CreateEnvironmentRequest CreateEnvironmentRequest.withEnvironmentName(String environmentName)
          A unique name for the deployment environment.
 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.withSolutionStackName(String solutionStackName)
          This is an alternative to specifying a configuration name.
 CreateEnvironmentRequest CreateEnvironmentRequest.withTags(Collection<Tag> tags)
          This specifies the tags applied to resources in the environment.
 CreateEnvironmentRequest CreateEnvironmentRequest.withTags(Tag... tags)
          This specifies the tags applied to resources in the environment.
 CreateEnvironmentRequest CreateEnvironmentRequest.withTemplateName(String templateName)
          The name of the configuration template to use in deployment.
 CreateEnvironmentRequest CreateEnvironmentRequest.withTier(EnvironmentTier tier)
          This specifies the tier to use for creating this environment.
 CreateEnvironmentRequest CreateEnvironmentRequest.withVersionLabel(String versionLabel)
          The name of the application version to deploy.
 



Copyright © 2016. All rights reserved.