Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateConfigurationTemplateResult
Packages that use UpdateConfigurationTemplateResult
Package
Description
-
Uses of UpdateConfigurationTemplateResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return UpdateConfigurationTemplateResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.updateConfigurationTemplate(UpdateConfigurationTemplateRequest request) AWSElasticBeanstalk.updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest) Updates the specified configuration template to have the specified properties or configuration option values.AWSElasticBeanstalkClient.updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest) Updates the specified configuration template to have the specified properties or configuration option values.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type UpdateConfigurationTemplateResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request) AbstractAWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) AWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest) Updates the specified configuration template to have the specified properties or configuration option values.AWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) Updates the specified configuration template to have the specified properties or configuration option values.AWSElasticBeanstalkAsyncClient.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request) AWSElasticBeanstalkAsyncClient.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateConfigurationTemplateResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) AWSElasticBeanstalkAsync.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) Updates the specified configuration template to have the specified properties or configuration option values.AWSElasticBeanstalkAsyncClient.updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResult> asyncHandler) -
Uses of UpdateConfigurationTemplateResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateConfigurationTemplateResultModifier and TypeMethodDescriptionUpdateConfigurationTemplateResult.clone()UpdateConfigurationTemplateResult.withApplicationName(String applicationName) The name of the application associated with this configuration set.UpdateConfigurationTemplateResult.withDateCreated(Date dateCreated) The date (in UTC time) when this configuration set was created.UpdateConfigurationTemplateResult.withDateUpdated(Date dateUpdated) The date (in UTC time) when this configuration set was last modified.UpdateConfigurationTemplateResult.withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResult.withDeploymentStatus(String deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResult.withDescription(String description) Describes this configuration set.UpdateConfigurationTemplateResult.withEnvironmentName(String environmentName) If notnull, the name of the environment for this configuration set.UpdateConfigurationTemplateResult.withOptionSettings(ConfigurationOptionSetting... optionSettings) A list of the configuration options and their values in this configuration set.UpdateConfigurationTemplateResult.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings) A list of the configuration options and their values in this configuration set.UpdateConfigurationTemplateResult.withSolutionStackName(String solutionStackName) The name of the solution stack this configuration set uses.UpdateConfigurationTemplateResult.withTemplateName(String templateName) If notnull, the name of the configuration template for this configuration set.