Uses of Class
software.amazon.awssdk.services.taxsettings.model.SaudiArabiaTaxRegistrationNumberType
-
Packages that use SaudiArabiaTaxRegistrationNumberType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of SaudiArabiaTaxRegistrationNumberType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return SaudiArabiaTaxRegistrationNumberType Modifier and Type Method Description static SaudiArabiaTaxRegistrationNumberTypeSaudiArabiaTaxRegistrationNumberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SaudiArabiaTaxRegistrationNumberTypeSaudiArabiaAdditionalInfo. taxRegistrationNumberType()The tax registration number type.static SaudiArabiaTaxRegistrationNumberTypeSaudiArabiaTaxRegistrationNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static SaudiArabiaTaxRegistrationNumberType[]SaudiArabiaTaxRegistrationNumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type SaudiArabiaTaxRegistrationNumberType Modifier and Type Method Description static Set<SaudiArabiaTaxRegistrationNumberType>SaudiArabiaTaxRegistrationNumberType. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type SaudiArabiaTaxRegistrationNumberType Modifier and Type Method Description SaudiArabiaAdditionalInfo.BuilderSaudiArabiaAdditionalInfo.Builder. taxRegistrationNumberType(SaudiArabiaTaxRegistrationNumberType taxRegistrationNumberType)The tax registration number type.
-