Uses of Class
software.amazon.awssdk.services.taxsettings.model.ListTaxExemptionsResponse
-
Packages that use ListTaxExemptionsResponse Package Description software.amazon.awssdk.services.taxsettings You can use the tax setting API to programmatically set, modify, and delete the tax registration number (TRN), associated business legal name, and address (Collectively referred to as "TRN information").software.amazon.awssdk.services.taxsettings.paginators -
-
Uses of ListTaxExemptionsResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return ListTaxExemptionsResponse Modifier and Type Method Description default ListTaxExemptionsResponseTaxSettingsClient. listTaxExemptions(Consumer<ListTaxExemptionsRequest.Builder> listTaxExemptionsRequest)Retrieves the tax exemption of accounts listed in a consolidated billing family.default ListTaxExemptionsResponseTaxSettingsClient. listTaxExemptions(ListTaxExemptionsRequest listTaxExemptionsRequest)Retrieves the tax exemption of accounts listed in a consolidated billing family.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type ListTaxExemptionsResponse Modifier and Type Method Description default CompletableFuture<ListTaxExemptionsResponse>TaxSettingsAsyncClient. listTaxExemptions(Consumer<ListTaxExemptionsRequest.Builder> listTaxExemptionsRequest)Retrieves the tax exemption of accounts listed in a consolidated billing family.default CompletableFuture<ListTaxExemptionsResponse>TaxSettingsAsyncClient. listTaxExemptions(ListTaxExemptionsRequest listTaxExemptionsRequest)Retrieves the tax exemption of accounts listed in a consolidated billing family. -
Uses of ListTaxExemptionsResponse in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type ListTaxExemptionsResponse Modifier and Type Method Description Iterator<ListTaxExemptionsResponse>ListTaxExemptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.taxsettings.paginators with type arguments of type ListTaxExemptionsResponse Modifier and Type Method Description voidListTaxExemptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTaxExemptionsResponse> subscriber)
-