Uses of Class
software.amazon.awssdk.services.taxsettings.model.Jurisdiction
-
Packages that use Jurisdiction Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Jurisdiction in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Jurisdiction Modifier and Type Method Description JurisdictionTaxRegistrationWithJurisdiction. jurisdiction()The jurisdiction associated with your TRN information.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type Jurisdiction Modifier and Type Method Description Map<AddressRoleType,Jurisdiction>AccountMetaData. addressRoleMap()Address roles associated with the account containing country code information.Map<String,Jurisdiction>AccountMetaData. addressRoleMapAsStrings()Address roles associated with the account containing country code information.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type Jurisdiction Modifier and Type Method Description TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. jurisdiction(Jurisdiction jurisdiction)The jurisdiction associated with your TRN information.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type Jurisdiction Modifier and Type Method Description AccountMetaData.BuilderAccountMetaData.Builder. addressRoleMap(Map<AddressRoleType,Jurisdiction> addressRoleMap)Address roles associated with the account containing country code information.AccountMetaData.BuilderAccountMetaData.Builder. addressRoleMapWithStrings(Map<String,Jurisdiction> addressRoleMap)Address roles associated with the account containing country code information.
-