Uses of Class
software.amazon.awssdk.services.taxsettings.model.GetTaxRegistrationDocumentResponse
-
Packages that use GetTaxRegistrationDocumentResponse Package Description software.amazon.awssdk.services.taxsettings You can use the tax setting API to programmatically set, modify, and delete the tax registration number (TRN), associated business legal name, and address (Collectively referred to as "TRN information"). -
-
Uses of GetTaxRegistrationDocumentResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return GetTaxRegistrationDocumentResponse Modifier and Type Method Description default GetTaxRegistrationDocumentResponseTaxSettingsClient. getTaxRegistrationDocument(Consumer<GetTaxRegistrationDocumentRequest.Builder> getTaxRegistrationDocumentRequest)Downloads your tax documents to the Amazon S3 bucket that you specify in your request.default GetTaxRegistrationDocumentResponseTaxSettingsClient. getTaxRegistrationDocument(GetTaxRegistrationDocumentRequest getTaxRegistrationDocumentRequest)Downloads your tax documents to the Amazon S3 bucket that you specify in your request.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type GetTaxRegistrationDocumentResponse Modifier and Type Method Description default CompletableFuture<GetTaxRegistrationDocumentResponse>TaxSettingsAsyncClient. getTaxRegistrationDocument(Consumer<GetTaxRegistrationDocumentRequest.Builder> getTaxRegistrationDocumentRequest)Downloads your tax documents to the Amazon S3 bucket that you specify in your request.default CompletableFuture<GetTaxRegistrationDocumentResponse>TaxSettingsAsyncClient. getTaxRegistrationDocument(GetTaxRegistrationDocumentRequest getTaxRegistrationDocumentRequest)Downloads your tax documents to the Amazon S3 bucket that you specify in your request.
-