Uses of Class
software.amazon.awssdk.services.route53.model.ResettableElementName
-
Packages that use ResettableElementName Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ResettableElementName in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResettableElementName Modifier and Type Method Description static ResettableElementNameResettableElementName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResettableElementNameResettableElementName. 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.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResettableElementName Modifier and Type Method Description static Set<ResettableElementName>ResettableElementName. knownValues()List<ResettableElementName>UpdateHealthCheckRequest. resetElements()A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.Methods in software.amazon.awssdk.services.route53.model with parameters of type ResettableElementName Modifier and Type Method Description UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.Builder. resetElements(ResettableElementName... resetElements)A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ResettableElementName Modifier and Type Method Description UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.Builder. resetElements(Collection<ResettableElementName> resetElements)A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.
-