Uses of Interface
software.amazon.awssdk.services.taxsettings.model.TaxExemptionType.Builder
-
Packages that use TaxExemptionType.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxExemptionType.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxExemptionType.Builder Modifier and Type Method Description TaxExemptionType.BuilderTaxExemptionType.Builder. applicableJurisdictions(Collection<Authority> applicableJurisdictions)The tax exemption's applicable jurisdictions.TaxExemptionType.BuilderTaxExemptionType.Builder. applicableJurisdictions(Consumer<Authority.Builder>... applicableJurisdictions)The tax exemption's applicable jurisdictions.TaxExemptionType.BuilderTaxExemptionType.Builder. applicableJurisdictions(Authority... applicableJurisdictions)The tax exemption's applicable jurisdictions.static TaxExemptionType.BuilderTaxExemptionType. builder()TaxExemptionType.BuilderTaxExemptionType.Builder. description(String description)The tax exemption's type description.TaxExemptionType.BuilderTaxExemptionType.Builder. displayName(String displayName)The tax exemption's type display name.TaxExemptionType.BuilderTaxExemptionType. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxExemptionType.Builder Modifier and Type Method Description static Class<? extends TaxExemptionType.Builder>TaxExemptionType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxExemptionType.Builder Modifier and Type Method Description default TaxExemption.BuilderTaxExemption.Builder. taxExemptionType(Consumer<TaxExemptionType.Builder> taxExemptionType)The tax exemption type.
-