Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ConfigurationDeploymentStatus
-
Packages that use ConfigurationDeploymentStatus Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ConfigurationDeploymentStatus in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ConfigurationDeploymentStatus Modifier and Type Method Description ConfigurationDeploymentStatusConfigurationSettingsDescription. deploymentStatus()If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:ConfigurationDeploymentStatusCreateConfigurationTemplateResponse. deploymentStatus()If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:ConfigurationDeploymentStatusUpdateConfigurationTemplateResponse. deploymentStatus()If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:static ConfigurationDeploymentStatusConfigurationDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigurationDeploymentStatusConfigurationDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationDeploymentStatus[]ConfigurationDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ConfigurationDeploymentStatus Modifier and Type Method Description static Set<ConfigurationDeploymentStatus>ConfigurationDeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type ConfigurationDeploymentStatus Modifier and Type Method Description ConfigurationSettingsDescription.BuilderConfigurationSettingsDescription.Builder. deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:CreateConfigurationTemplateResponse.BuilderCreateConfigurationTemplateResponse.Builder. deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResponse.BuilderUpdateConfigurationTemplateResponse.Builder. deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:
-