Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateEnvironmentRequest
-
Packages that use CreateEnvironmentRequest Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of CreateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentResultAbstractAWSElasticBeanstalk. createEnvironment(CreateEnvironmentRequest request)CreateEnvironmentResultAWSElasticBeanstalk. createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)Launches an environment for the specified application using the specified configuration.CreateEnvironmentResultAWSElasticBeanstalkClient. createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)Launches an environment for the specified application using the specified configuration.Future<CreateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest request)Future<CreateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)Future<CreateEnvironmentResult>AWSElasticBeanstalkAsync. createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)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.Future<CreateEnvironmentResult>AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request)Future<CreateEnvironmentResult>AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateEnvironmentRequest Modifier and Type Method Description Future<CreateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. 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>AWSElasticBeanstalkAsyncClient. createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) -
Uses of CreateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequestCreateEnvironmentRequest. clone()CreateEnvironmentRequestCreateEnvironmentRequest. withApplicationName(String applicationName)The name of the application that contains the version to be deployed.CreateEnvironmentRequestCreateEnvironmentRequest. withCNAMEPrefix(String cNAMEPrefix)If specified, the environment attempts to use this value as the prefix for the CNAME.CreateEnvironmentRequestCreateEnvironmentRequest. withDescription(String description)Describes this environment.CreateEnvironmentRequestCreateEnvironmentRequest. withEnvironmentName(String environmentName)A unique name for the deployment environment.CreateEnvironmentRequestCreateEnvironmentRequest. withGroupName(String groupName)The name of the group to which the target environment belongs.CreateEnvironmentRequestCreateEnvironmentRequest. 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.CreateEnvironmentRequestCreateEnvironmentRequest. 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.CreateEnvironmentRequestCreateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.CreateEnvironmentRequestCreateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.CreateEnvironmentRequestCreateEnvironmentRequest. withSolutionStackName(String solutionStackName)This is an alternative to specifying a template name.CreateEnvironmentRequestCreateEnvironmentRequest. withTags(Tag... tags)This specifies the tags applied to resources in the environment.CreateEnvironmentRequestCreateEnvironmentRequest. withTags(Collection<Tag> tags)This specifies the tags applied to resources in the environment.CreateEnvironmentRequestCreateEnvironmentRequest. withTemplateName(String templateName)The name of the configuration template to use in deployment.CreateEnvironmentRequestCreateEnvironmentRequest. withTier(EnvironmentTier tier)This specifies the tier to use for creating this environment.CreateEnvironmentRequestCreateEnvironmentRequest. withVersionLabel(String versionLabel)The name of the application version to deploy.
-