Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentStatus

Packages that use EnvironmentStatus
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of EnvironmentStatus in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentStatus
static EnvironmentStatus EnvironmentStatus.fromValue(String value)
          Use this in place of valueOf.
static EnvironmentStatus EnvironmentStatus.valueOf(String name)
          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 EnvironmentStatus
 void UpdateEnvironmentResult.setStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 void TerminateEnvironmentResult.setStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 void EnvironmentDescription.setStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 void CreateEnvironmentResult.setStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 UpdateEnvironmentResult UpdateEnvironmentResult.withStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 EnvironmentDescription EnvironmentDescription.withStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 CreateEnvironmentResult CreateEnvironmentResult.withStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 



Copyright © 2016. All rights reserved.