Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxRegistrationType
-
Packages that use TaxRegistrationType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxRegistrationType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxRegistrationType Modifier and Type Method Description static TaxRegistrationTypeTaxRegistrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaxRegistrationTypeTaxRegistration. registrationType()Type of your tax registration.TaxRegistrationTypeTaxRegistrationEntry. registrationType()Your tax registration type.TaxRegistrationTypeTaxRegistrationWithJurisdiction. registrationType()The type of your tax registration.static TaxRegistrationTypeTaxRegistrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxRegistrationType[]TaxRegistrationType. 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 TaxRegistrationType Modifier and Type Method Description static Set<TaxRegistrationType>TaxRegistrationType. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxRegistrationType Modifier and Type Method Description TaxRegistration.BuilderTaxRegistration.Builder. registrationType(TaxRegistrationType registrationType)Type of your tax registration.TaxRegistrationEntry.BuilderTaxRegistrationEntry.Builder. registrationType(TaxRegistrationType registrationType)Your tax registration type.TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. registrationType(TaxRegistrationType registrationType)The type of your tax registration.
-