Uses of Class
software.amazon.awssdk.services.taxsettings.model.BatchPutTaxRegistrationError
-
Packages that use BatchPutTaxRegistrationError Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of BatchPutTaxRegistrationError in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchPutTaxRegistrationError Modifier and Type Method Description List<BatchPutTaxRegistrationError>BatchPutTaxRegistrationResponse. errors()List of errors for the accounts the TRN information could not be added or updated to.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type BatchPutTaxRegistrationError Modifier and Type Method Description BatchPutTaxRegistrationResponse.BuilderBatchPutTaxRegistrationResponse.Builder. errors(BatchPutTaxRegistrationError... errors)List of errors for the accounts the TRN information could not be added or updated to.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type BatchPutTaxRegistrationError Modifier and Type Method Description BatchPutTaxRegistrationResponse.BuilderBatchPutTaxRegistrationResponse.Builder. errors(Collection<BatchPutTaxRegistrationError> errors)List of errors for the accounts the TRN information could not be added or updated to.
-