Uses of Class
software.amazon.awssdk.services.taxsettings.model.RegistrationType
-
Packages that use RegistrationType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of RegistrationType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return RegistrationType Modifier and Type Method Description static RegistrationTypeRegistrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegistrationTypeSpainAdditionalInfo. registrationType()The registration type in Spain.static RegistrationTypeRegistrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistrationType[]RegistrationType. 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 RegistrationType Modifier and Type Method Description static Set<RegistrationType>RegistrationType. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type RegistrationType Modifier and Type Method Description SpainAdditionalInfo.BuilderSpainAdditionalInfo.Builder. registrationType(RegistrationType registrationType)The registration type in Spain.
-