Uses of Interface
software.amazon.awssdk.services.taxsettings.model.BatchGetTaxExemptionsResponse.Builder
-
Packages that use BatchGetTaxExemptionsResponse.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of BatchGetTaxExemptionsResponse.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return BatchGetTaxExemptionsResponse.Builder Modifier and Type Method Description static BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse. builder()BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse.Builder. failedAccounts(String... failedAccounts)The list of accounts that failed to get tax exemptions.BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse.Builder. failedAccounts(Collection<String> failedAccounts)The list of accounts that failed to get tax exemptions.BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse.Builder. taxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)The tax exemption details map of accountId and tax exemption details.BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchGetTaxExemptionsResponse.Builder Modifier and Type Method Description static Class<? extends BatchGetTaxExemptionsResponse.Builder>BatchGetTaxExemptionsResponse. serializableBuilderClass()
-