Uses of Class
software.amazon.awssdk.services.taxsettings.model.ListSupplementalTaxRegistrationsResponse
-
Packages that use ListSupplementalTaxRegistrationsResponse 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 ListSupplementalTaxRegistrationsResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return ListSupplementalTaxRegistrationsResponse Modifier and Type Method Description default ListSupplementalTaxRegistrationsResponseTaxSettingsClient. listSupplementalTaxRegistrations(Consumer<ListSupplementalTaxRegistrationsRequest.Builder> listSupplementalTaxRegistrationsRequest)Retrieves supplemental tax registrations for a single account.default ListSupplementalTaxRegistrationsResponseTaxSettingsClient. listSupplementalTaxRegistrations(ListSupplementalTaxRegistrationsRequest listSupplementalTaxRegistrationsRequest)Retrieves supplemental tax registrations for a single account.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type ListSupplementalTaxRegistrationsResponse Modifier and Type Method Description default CompletableFuture<ListSupplementalTaxRegistrationsResponse>TaxSettingsAsyncClient. listSupplementalTaxRegistrations(Consumer<ListSupplementalTaxRegistrationsRequest.Builder> listSupplementalTaxRegistrationsRequest)Retrieves supplemental tax registrations for a single account.default CompletableFuture<ListSupplementalTaxRegistrationsResponse>TaxSettingsAsyncClient. listSupplementalTaxRegistrations(ListSupplementalTaxRegistrationsRequest listSupplementalTaxRegistrationsRequest)Retrieves supplemental tax registrations for a single account. -
Uses of ListSupplementalTaxRegistrationsResponse in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type ListSupplementalTaxRegistrationsResponse Modifier and Type Method Description Iterator<ListSupplementalTaxRegistrationsResponse>ListSupplementalTaxRegistrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.taxsettings.paginators with type arguments of type ListSupplementalTaxRegistrationsResponse Modifier and Type Method Description voidListSupplementalTaxRegistrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSupplementalTaxRegistrationsResponse> subscriber)
-