Uses of Class
software.amazon.awssdk.services.taxsettings.model.ListTaxRegistrationsResponse
-
Packages that use ListTaxRegistrationsResponse 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 ListTaxRegistrationsResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return ListTaxRegistrationsResponse Modifier and Type Method Description default ListTaxRegistrationsResponseTaxSettingsClient. listTaxRegistrations(Consumer<ListTaxRegistrationsRequest.Builder> listTaxRegistrationsRequest)Retrieves the tax registration of accounts listed in a consolidated billing family.default ListTaxRegistrationsResponseTaxSettingsClient. listTaxRegistrations(ListTaxRegistrationsRequest listTaxRegistrationsRequest)Retrieves the tax registration of accounts listed in a consolidated billing family.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type ListTaxRegistrationsResponse Modifier and Type Method Description default CompletableFuture<ListTaxRegistrationsResponse>TaxSettingsAsyncClient. listTaxRegistrations(Consumer<ListTaxRegistrationsRequest.Builder> listTaxRegistrationsRequest)Retrieves the tax registration of accounts listed in a consolidated billing family.default CompletableFuture<ListTaxRegistrationsResponse>TaxSettingsAsyncClient. listTaxRegistrations(ListTaxRegistrationsRequest listTaxRegistrationsRequest)Retrieves the tax registration of accounts listed in a consolidated billing family. -
Uses of ListTaxRegistrationsResponse in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type ListTaxRegistrationsResponse Modifier and Type Method Description Iterator<ListTaxRegistrationsResponse>ListTaxRegistrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.taxsettings.paginators with type arguments of type ListTaxRegistrationsResponse Modifier and Type Method Description voidListTaxRegistrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTaxRegistrationsResponse> subscriber)
-