Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentResult |
AbstractAWSElasticBeanstalk.createEnvironment(CreateEnvironmentRequest request) |
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.
|
java.util.concurrent.Future<CreateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest request) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
Launches an environment for the specified application using the specified
configuration.
|
java.util.concurrent.Future<CreateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Launches an environment for the specified application using the specified
configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<CreateEnvironmentResult> |
AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Launches an environment for the specified application using the specified
configuration.
|
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withApplicationName(java.lang.String applicationName)
The name of the application that contains the version to be deployed.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withCNAMEPrefix(java.lang.String cNAMEPrefix)
If specified, the environment attempts to use this value as the prefix
for the CNAME.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(java.lang.String description)
Describes this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentName(java.lang.String environmentName)
A unique name for the deployment environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withGroupName(java.lang.String groupName)
The name of the group to which the target environment belongs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withOptionSettings(java.util.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(java.util.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(java.lang.String solutionStackName)
This is an alternative to specifying a template name.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(java.util.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(java.lang.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(java.lang.String versionLabel)
The name of the application version to deploy.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateEnvironmentRequest> |
CreateEnvironmentRequestMarshaller.marshall(CreateEnvironmentRequest createEnvironmentRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateEnvironmentRequest> |
CreateEnvironmentRequestMarshaller.marshall(CreateEnvironmentRequest createEnvironmentRequest) |