Uses of Class
software.amazon.awssdk.services.taxsettings.model.SupplementalTaxRegistration
-
Packages that use SupplementalTaxRegistration Package Description software.amazon.awssdk.services.taxsettings.model software.amazon.awssdk.services.taxsettings.paginators -
-
Uses of SupplementalTaxRegistration in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type SupplementalTaxRegistration Modifier and Type Method Description List<SupplementalTaxRegistration>ListSupplementalTaxRegistrationsResponse. taxRegistrations()The list of supplemental tax registrations.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type SupplementalTaxRegistration Modifier and Type Method Description ListSupplementalTaxRegistrationsResponse.BuilderListSupplementalTaxRegistrationsResponse.Builder. taxRegistrations(SupplementalTaxRegistration... taxRegistrations)The list of supplemental tax registrations.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type SupplementalTaxRegistration Modifier and Type Method Description ListSupplementalTaxRegistrationsResponse.BuilderListSupplementalTaxRegistrationsResponse.Builder. taxRegistrations(Collection<SupplementalTaxRegistration> taxRegistrations)The list of supplemental tax registrations. -
Uses of SupplementalTaxRegistration in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type SupplementalTaxRegistration Modifier and Type Method Description SdkIterable<SupplementalTaxRegistration>ListSupplementalTaxRegistrationsIterable. taxRegistrations()Returns an iterable to iterate through the paginatedListSupplementalTaxRegistrationsResponse.taxRegistrations()member.SdkPublisher<SupplementalTaxRegistration>ListSupplementalTaxRegistrationsPublisher. taxRegistrations()Returns a publisher that can be used to get a stream of data.
-