Uses of Class
com.amazonaws.services.route53domains.model.ExtraParamName
-
Packages that use ExtraParamName Package Description com.amazonaws.services.route53domains.model -
-
Uses of ExtraParamName in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ExtraParamName Modifier and Type Method Description static ExtraParamNameExtraParamName. fromValue(String value)Use this in place of valueOf.static ExtraParamNameExtraParamName. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtraParamName[]ExtraParamName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53domains.model with parameters of type ExtraParamName Modifier and Type Method Description voidExtraParam. setName(ExtraParamName name)Name of the additional parameter required by the top-level domain.ExtraParamExtraParam. withName(ExtraParamName name)Name of the additional parameter required by the top-level domain.
-