Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxExemptionType
-
Packages that use TaxExemptionType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxExemptionType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxExemptionType Modifier and Type Method Description TaxExemptionTypeTaxExemption. taxExemptionType()The tax exemption type.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxExemptionType Modifier and Type Method Description List<TaxExemptionType>GetTaxExemptionTypesResponse. taxExemptionTypes()The supported types of tax exemptions.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxExemptionType Modifier and Type Method Description TaxExemption.BuilderTaxExemption.Builder. taxExemptionType(TaxExemptionType taxExemptionType)The tax exemption type.GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse.Builder. taxExemptionTypes(TaxExemptionType... taxExemptionTypes)The supported types of tax exemptions.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxExemptionType Modifier and Type Method Description GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse.Builder. taxExemptionTypes(Collection<TaxExemptionType> taxExemptionTypes)The supported types of tax exemptions.
-