| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentHealthAttribute |
EnvironmentHealthAttribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentHealthAttribute> |
DescribeEnvironmentHealthRequest.attributeNames()
Specify the response elements to return.
|
static Set<EnvironmentHealthAttribute> |
EnvironmentHealthAttribute.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentHealthRequest.Builder |
DescribeEnvironmentHealthRequest.Builder.attributeNames(EnvironmentHealthAttribute... attributeNames)
Specify the response elements to return.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentHealthRequest.Builder |
DescribeEnvironmentHealthRequest.Builder.attributeNames(Collection<EnvironmentHealthAttribute> attributeNames)
Specify the response elements to return.
|
Copyright © 2021. All rights reserved.