|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateConfigurationTemplateResult | |
---|---|
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 CreateConfigurationTemplateResult in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk that return CreateConfigurationTemplateResult | |
---|---|
CreateConfigurationTemplateResult |
AWSElasticBeanstalkClient.createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template. |
CreateConfigurationTemplateResult |
AWSElasticBeanstalk.createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateConfigurationTemplateResult | |
---|---|
Future<CreateConfigurationTemplateResult> |
AWSElasticBeanstalkAsyncClient.createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template. |
Future<CreateConfigurationTemplateResult> |
AWSElasticBeanstalkAsync.createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template. |
Uses of CreateConfigurationTemplateResult in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateConfigurationTemplateResult | |
---|---|
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withApplicationName(String applicationName)
The name of the application associated with this configuration set. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment
status of this configuration set: |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment
status of this configuration set: |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDescription(String description)
Describes this configuration set. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withEnvironmentName(String environmentName)
If not null , the name of the environment for this
configuration set. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withTemplateName(String templateName)
If not null , the name of the configuration template for
this configuration set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |