Uses of Interface
software.amazon.awssdk.services.taxsettings.model.ListTaxExemptionsResponse.Builder
-
Packages that use ListTaxExemptionsResponse.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of ListTaxExemptionsResponse.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return ListTaxExemptionsResponse.Builder Modifier and Type Method Description static ListTaxExemptionsResponse.BuilderListTaxExemptionsResponse. builder()ListTaxExemptionsResponse.BuilderListTaxExemptionsResponse.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListTaxExemptionsResponse.BuilderListTaxExemptionsResponse.Builder. taxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)The tax exemption details map ofaccountIdand tax exemption details.ListTaxExemptionsResponse.BuilderListTaxExemptionsResponse. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type ListTaxExemptionsResponse.Builder Modifier and Type Method Description static Class<? extends ListTaxExemptionsResponse.Builder>ListTaxExemptionsResponse. serializableBuilderClass()
-