Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxExemptionDetails
-
Packages that use TaxExemptionDetails Package Description software.amazon.awssdk.services.taxsettings.model software.amazon.awssdk.services.taxsettings.paginators -
-
Uses of TaxExemptionDetails in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxExemptionDetails Modifier and Type Method Description Map<String,TaxExemptionDetails>BatchGetTaxExemptionsResponse. taxExemptionDetailsMap()The tax exemption details map of accountId and tax exemption details.Map<String,TaxExemptionDetails>ListTaxExemptionsResponse. taxExemptionDetailsMap()The tax exemption details map ofaccountIdand tax exemption details.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxExemptionDetails Modifier and Type Method Description BatchGetTaxExemptionsResponse.BuilderBatchGetTaxExemptionsResponse.Builder. taxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)The tax exemption details map of accountId and tax exemption details.ListTaxExemptionsResponse.BuilderListTaxExemptionsResponse.Builder. taxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)The tax exemption details map ofaccountIdand tax exemption details. -
Uses of TaxExemptionDetails in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type TaxExemptionDetails Modifier and Type Method Description SdkIterable<Map.Entry<String,TaxExemptionDetails>>ListTaxExemptionsIterable. taxExemptionDetailsMap()Returns an iterable to iterate through the paginatedListTaxExemptionsResponse.taxExemptionDetailsMap()member.SdkPublisher<Map.Entry<String,TaxExemptionDetails>>ListTaxExemptionsPublisher. taxExemptionDetailsMap()Returns a publisher that can be used to get a stream of data.
-