| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ResettableElementName |
ResettableElementName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResettableElementName |
ResettableElementName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResettableElementName[] |
ResettableElementName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResettableElementName> |
ResettableElementName.knownValues()
|
List<ResettableElementName> |
UpdateHealthCheckRequest.resetElements()
A complex type that contains one
ResettableElementName element for each element that you want to
reset to the default value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateHealthCheckRequest.Builder |
UpdateHealthCheckRequest.Builder.resetElements(ResettableElementName... resetElements)
A complex type that contains one
ResettableElementName element for each element that you want to
reset to the default value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateHealthCheckRequest.Builder |
UpdateHealthCheckRequest.Builder.resetElements(Collection<ResettableElementName> resetElements)
A complex type that contains one
ResettableElementName element for each element that you want to
reset to the default value. |
Copyright © 2022. All rights reserved.