Uses of Class
software.amazon.awssdk.services.taxsettings.model.Authority
-
Packages that use Authority Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Authority in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Authority Modifier and Type Method Description AuthorityPutTaxExemptionRequest. authority()Returns the value of the Authority property for this object.AuthorityTaxExemption. authority()The address domain associate with tax exemption.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type Authority Modifier and Type Method Description List<Authority>TaxExemptionType. applicableJurisdictions()The tax exemption's applicable jurisdictions.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type Authority Modifier and Type Method Description TaxExemptionType.BuilderTaxExemptionType.Builder. applicableJurisdictions(Authority... applicableJurisdictions)The tax exemption's applicable jurisdictions.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. authority(Authority authority)Sets the value of the Authority property for this object.TaxExemption.BuilderTaxExemption.Builder. authority(Authority authority)The address domain associate with tax exemption.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type Authority Modifier and Type Method Description TaxExemptionType.BuilderTaxExemptionType.Builder. applicableJurisdictions(Collection<Authority> applicableJurisdictions)The tax exemption's applicable jurisdictions.
-