Uses of Class
com.amazonaws.services.route53domains.model.ExtraParam
-
Packages that use ExtraParam Package Description com.amazonaws.services.route53domains.model -
-
Uses of ExtraParam in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ExtraParam Modifier and Type Method Description ExtraParamExtraParam. clone()ExtraParamExtraParam. withName(ExtraParamName name)Name of the additional parameter required by the top-level domain.ExtraParamExtraParam. withName(String name)Name of the additional parameter required by the top-level domain.ExtraParamExtraParam. withValue(String value)Values corresponding to the additional parameter names required by some top-level domains.Methods in com.amazonaws.services.route53domains.model that return types with arguments of type ExtraParam Modifier and Type Method Description List<ExtraParam>ContactDetail. getExtraParams()A list of name-value pairs for parameters required by certain top-level domains.Methods in com.amazonaws.services.route53domains.model with parameters of type ExtraParam Modifier and Type Method Description ContactDetailContactDetail. withExtraParams(ExtraParam... extraParams)A list of name-value pairs for parameters required by certain top-level domains.Method parameters in com.amazonaws.services.route53domains.model with type arguments of type ExtraParam Modifier and Type Method Description voidContactDetail. setExtraParams(Collection<ExtraParam> extraParams)A list of name-value pairs for parameters required by certain top-level domains.ContactDetailContactDetail. withExtraParams(Collection<ExtraParam> extraParams)A list of name-value pairs for parameters required by certain top-level domains.
-