Uses of Class
software.amazon.awssdk.services.taxsettings.model.BatchDeleteTaxRegistrationError
-
Packages that use BatchDeleteTaxRegistrationError Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of BatchDeleteTaxRegistrationError in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchDeleteTaxRegistrationError Modifier and Type Method Description List<BatchDeleteTaxRegistrationError>BatchDeleteTaxRegistrationResponse. errors()The list of errors for the accounts the TRN information could not be deleted for.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type BatchDeleteTaxRegistrationError Modifier and Type Method Description BatchDeleteTaxRegistrationResponse.BuilderBatchDeleteTaxRegistrationResponse.Builder. errors(BatchDeleteTaxRegistrationError... errors)The list of errors for the accounts the TRN information could not be deleted for.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type BatchDeleteTaxRegistrationError Modifier and Type Method Description BatchDeleteTaxRegistrationResponse.BuilderBatchDeleteTaxRegistrationResponse.Builder. errors(Collection<BatchDeleteTaxRegistrationError> errors)The list of errors for the accounts the TRN information could not be deleted for.
-