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 ExtraParam
ExtraParam. clone()
ExtraParam
ExtraParam. withName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.ExtraParam
ExtraParam. withName(String name)
Name of the additional parameter required by the top-level domain.ExtraParam
ExtraParam. 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 ContactDetail
ContactDetail. 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 void
ContactDetail. setExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.ContactDetail
ContactDetail. withExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
-