Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxRegistrationEntry
-
Packages that use TaxRegistrationEntry Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxRegistrationEntry in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxRegistrationEntry Modifier and Type Method Description TaxRegistrationEntryBatchPutTaxRegistrationRequest. taxRegistrationEntry()Your TRN information that will be stored to the accounts mentioned inputEntries.TaxRegistrationEntryPutTaxRegistrationRequest. taxRegistrationEntry()Your TRN information that will be stored to the account mentioned inaccountId.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxRegistrationEntry Modifier and Type Method Description BatchPutTaxRegistrationRequest.BuilderBatchPutTaxRegistrationRequest.Builder. taxRegistrationEntry(TaxRegistrationEntry taxRegistrationEntry)Your TRN information that will be stored to the accounts mentioned inputEntries.PutTaxRegistrationRequest.BuilderPutTaxRegistrationRequest.Builder. taxRegistrationEntry(TaxRegistrationEntry taxRegistrationEntry)Your TRN information that will be stored to the account mentioned inaccountId.
-