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