Uses of Interface
software.amazon.awssdk.services.taxsettings.model.BatchDeleteTaxRegistrationError.Builder
-
Packages that use BatchDeleteTaxRegistrationError.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of BatchDeleteTaxRegistrationError.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return BatchDeleteTaxRegistrationError.Builder Modifier and Type Method Description BatchDeleteTaxRegistrationError.BuilderBatchDeleteTaxRegistrationError.Builder. accountId(String accountId)The unique account identifier for the account whose tax registration couldn't be deleted during theBatchDeleteTaxRegistrationoperation.static BatchDeleteTaxRegistrationError.BuilderBatchDeleteTaxRegistrationError. builder()BatchDeleteTaxRegistrationError.BuilderBatchDeleteTaxRegistrationError.Builder. code(String code)The error code for an individual failure in BatchDeleteTaxRegistration operation.BatchDeleteTaxRegistrationError.BuilderBatchDeleteTaxRegistrationError.Builder. message(String message)The error message for an individual failure in theBatchDeleteTaxRegistrationoperation.BatchDeleteTaxRegistrationError.BuilderBatchDeleteTaxRegistrationError. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchDeleteTaxRegistrationError.Builder Modifier and Type Method Description static Class<? extends BatchDeleteTaxRegistrationError.Builder>BatchDeleteTaxRegistrationError. serializableBuilderClass()
-