Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.ConfigurationDeploymentStatus
Packages that use ConfigurationDeploymentStatus
-
Uses of ConfigurationDeploymentStatus in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationDeploymentStatusModifier and TypeMethodDescriptionUse this in place of valueOf.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 com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationDeploymentStatusModifier and TypeMethodDescriptionvoid
ConfigurationSettingsDescription.setDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:void
CreateConfigurationTemplateResult.setDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:void
UpdateConfigurationTemplateResult.setDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:ConfigurationSettingsDescription.withDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:CreateConfigurationTemplateResult.withDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResult.withDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set: