| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static Validation |
Validation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Validation |
UpdateResolverDnssecConfigRequest.validation()
The new value that you are specifying for DNSSEC validation for the VPC.
|
static Validation |
Validation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validation[] |
Validation.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<Validation> |
Validation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverDnssecConfigRequest.Builder |
UpdateResolverDnssecConfigRequest.Builder.validation(Validation validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
Copyright © 2023. All rights reserved.