Uses of Class
software.amazon.awssdk.services.route53resolver.model.Validation
-
Packages that use Validation Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of Validation in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return Validation Modifier and Type Method Description static ValidationValidation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidationUpdateResolverDnssecConfigRequest. validation()The new value that you are specifying for DNSSEC validation for the VPC.static ValidationValidation. 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.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type Validation Modifier and Type Method Description static Set<Validation>Validation. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type Validation Modifier and Type Method Description UpdateResolverDnssecConfigRequest.BuilderUpdateResolverDnssecConfigRequest.Builder. validation(Validation validation)The new value that you are specifying for DNSSEC validation for the VPC.
-