| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDeploymentStatus |
UpdateConfigurationTemplateResponse.deploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
ConfigurationDeploymentStatus |
CreateConfigurationTemplateResponse.deploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
ConfigurationDeploymentStatus |
ConfigurationSettingsDescription.deploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
static ConfigurationDeploymentStatus |
ConfigurationDeploymentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConfigurationDeploymentStatus |
ConfigurationDeploymentStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConfigurationDeploymentStatus> |
ConfigurationDeploymentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationTemplateResponse.Builder |
UpdateConfigurationTemplateResponse.Builder.deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
ConfigurationSettingsDescription.Builder |
ConfigurationSettingsDescription.Builder.deploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
Copyright © 2022. All rights reserved.