Uses of Enum
com.amazonaws.services.route53domains.model.ExtraParamName
Packages that use ExtraParamName
-
Uses of ExtraParamName in com.amazonaws.services.route53domains.model
Subclasses with type arguments of type ExtraParamName in com.amazonaws.services.route53domains.modelMethods in com.amazonaws.services.route53domains.model that return ExtraParamNameModifier and TypeMethodDescriptionstatic ExtraParamNameUse this in place of valueOf.static ExtraParamNameReturns 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 ExtraParamNameModifier and TypeMethodDescriptionvoidExtraParam.setName(ExtraParamName name) Name of the additional parameter required by the top-level domain.ExtraParam.withName(ExtraParamName name) Name of the additional parameter required by the top-level domain.