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