Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentHealthAttribute
-
Packages that use EnvironmentHealthAttribute Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentHealthAttribute in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EnvironmentHealthAttribute Modifier and Type Method Description static EnvironmentHealthAttributeEnvironmentHealthAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EnvironmentHealthAttributeEnvironmentHealthAttribute. 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 software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentHealthAttribute Modifier and Type Method Description List<EnvironmentHealthAttribute>DescribeEnvironmentHealthRequest. attributeNames()Specify the response elements to return.static Set<EnvironmentHealthAttribute>EnvironmentHealthAttribute. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentHealthAttribute Modifier and Type Method Description DescribeEnvironmentHealthRequest.BuilderDescribeEnvironmentHealthRequest.Builder. attributeNames(EnvironmentHealthAttribute... attributeNames)Specify the response elements to return.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type EnvironmentHealthAttribute Modifier and Type Method Description DescribeEnvironmentHealthRequest.BuilderDescribeEnvironmentHealthRequest.Builder. attributeNames(Collection<EnvironmentHealthAttribute> attributeNames)Specify the response elements to return.
-