Uses of Interface
software.amazon.awssdk.services.taxsettings.model.GetTaxExemptionTypesResponse.Builder
-
Packages that use GetTaxExemptionTypesResponse.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of GetTaxExemptionTypesResponse.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return GetTaxExemptionTypesResponse.Builder Modifier and Type Method Description static GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse. builder()GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse.Builder. taxExemptionTypes(Collection<TaxExemptionType> taxExemptionTypes)The supported types of tax exemptions.GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse.Builder. taxExemptionTypes(Consumer<TaxExemptionType.Builder>... taxExemptionTypes)The supported types of tax exemptions.GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse.Builder. taxExemptionTypes(TaxExemptionType... taxExemptionTypes)The supported types of tax exemptions.GetTaxExemptionTypesResponse.BuilderGetTaxExemptionTypesResponse. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type GetTaxExemptionTypesResponse.Builder Modifier and Type Method Description static Class<? extends GetTaxExemptionTypesResponse.Builder>GetTaxExemptionTypesResponse. serializableBuilderClass()
-