Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentHealthAttribute
-
Packages that use EnvironmentHealthAttribute Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EnvironmentHealthAttribute in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentHealthAttribute Modifier and Type Method Description static EnvironmentHealthAttribute
EnvironmentHealthAttribute. fromValue(String value)
Use this in place of valueOf.static EnvironmentHealthAttribute
EnvironmentHealthAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvironmentHealthAttribute[]
EnvironmentHealthAttribute. 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 EnvironmentHealthAttribute Modifier and Type Method Description DescribeEnvironmentHealthRequest
DescribeEnvironmentHealthRequest. withAttributeNames(EnvironmentHealthAttribute... attributeNames)
Specifies the response elements you wish to receive.
-