Uses of Class
com.amazonaws.services.route53domains.model.ExtraParam
Packages that use ExtraParam
-
Uses of ExtraParam in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ExtraParamModifier and TypeMethodDescriptionExtraParam.clone()
ExtraParam.withName
(ExtraParamName name) Name of the additional parameter required by the top-level domain.Name of the additional parameter required by the top-level domain.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 ExtraParamModifier and TypeMethodDescriptionContactDetail.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 ExtraParamModifier and TypeMethodDescriptionContactDetail.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 ExtraParamModifier and TypeMethodDescriptionvoid
ContactDetail.setExtraParams
(Collection<ExtraParam> extraParams) A list of name-value pairs for parameters required by certain top-level domains.ContactDetail.withExtraParams
(Collection<ExtraParam> extraParams) A list of name-value pairs for parameters required by certain top-level domains.