Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EnvironmentStatus
Packages that use EnvironmentStatus
-
Uses of EnvironmentStatus in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentStatusModifier and TypeMethodDescriptionstatic EnvironmentStatus
Use this in place of valueOf.static EnvironmentStatus
Returns the enum constant of this type with the specified name.static EnvironmentStatus[]
EnvironmentStatus.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 EnvironmentStatusModifier and TypeMethodDescriptionvoid
CreateEnvironmentResult.setStatus
(EnvironmentStatus status) The current operational status of the environment:void
EnvironmentDescription.setStatus
(EnvironmentStatus status) The current operational status of the environment:void
TerminateEnvironmentResult.setStatus
(EnvironmentStatus status) The current operational status of the environment:void
UpdateEnvironmentResult.setStatus
(EnvironmentStatus status) The current operational status of the environment:CreateEnvironmentResult.withStatus
(EnvironmentStatus status) The current operational status of the environment:EnvironmentDescription.withStatus
(EnvironmentStatus status) The current operational status of the environment:TerminateEnvironmentResult.withStatus
(EnvironmentStatus status) The current operational status of the environment:UpdateEnvironmentResult.withStatus
(EnvironmentStatus status) The current operational status of the environment: