Uses of Class
software.amazon.awssdk.services.taxsettings.model.AddressRoleType
-
Packages that use AddressRoleType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of AddressRoleType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return AddressRoleType Modifier and Type Method Description AddressRoleTypeAccountMetaData. addressType()The type of address associated with the legal profile.static AddressRoleTypeAddressRoleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressRoleTypeAddressRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressRoleType[]AddressRoleType. 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 AddressRoleType Modifier and Type Method Description Map<AddressRoleType,Jurisdiction>AccountMetaData. addressRoleMap()Address roles associated with the account containing country code information.static Set<AddressRoleType>AddressRoleType. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type AddressRoleType Modifier and Type Method Description AccountMetaData.BuilderAccountMetaData.Builder. addressType(AddressRoleType addressType)The type of address associated with the legal profile.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type AddressRoleType Modifier and Type Method Description AccountMetaData.BuilderAccountMetaData.Builder. addressRoleMap(Map<AddressRoleType,Jurisdiction> addressRoleMap)Address roles associated with the account containing country code information.
-