Uses of Enum
software.amazon.awssdk.services.route53.model.ResettableElementName
Packages that use ResettableElementName
-
Uses of ResettableElementName in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResettableElementNameModifier and TypeMethodDescriptionstatic ResettableElementNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ResettableElementNameReturns 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 ResettableElementNameModifier and TypeMethodDescriptionstatic Set<ResettableElementName>ResettableElementName.knownValues()final 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 ResettableElementNameModifier and TypeMethodDescriptionUpdateHealthCheckRequest.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 ResettableElementNameModifier and TypeMethodDescriptionUpdateHealthCheckRequest.Builder.resetElements(Collection<ResettableElementName> resetElements) A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.