Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EnvironmentStatus
Packages that use EnvironmentStatus
-
Uses of EnvironmentStatus in com.amazonaws.services.elasticbeanstalk.model
Subclasses with type arguments of type EnvironmentStatus in com.amazonaws.services.elasticbeanstalk.modelMethods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentStatusModifier and TypeMethodDescriptionstatic EnvironmentStatusUse this in place of valueOf.static EnvironmentStatusReturns 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 TypeMethodDescriptionvoidCreateEnvironmentResult.setStatus(EnvironmentStatus status) The current operational status of the environment:voidEnvironmentDescription.setStatus(EnvironmentStatus status) The current operational status of the environment:voidTerminateEnvironmentResult.setStatus(EnvironmentStatus status) The current operational status of the environment:voidUpdateEnvironmentResult.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: