Uses of Class
software.amazon.awssdk.services.taxsettings.model.GetTaxRegistrationDocumentRequest
-
Packages that use GetTaxRegistrationDocumentRequest 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").software.amazon.awssdk.services.taxsettings.transform -
-
Uses of GetTaxRegistrationDocumentRequest in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings with parameters of type GetTaxRegistrationDocumentRequest Modifier and Type Method Description default CompletableFuture<GetTaxRegistrationDocumentResponse>TaxSettingsAsyncClient. getTaxRegistrationDocument(GetTaxRegistrationDocumentRequest 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. -
Uses of GetTaxRegistrationDocumentRequest in software.amazon.awssdk.services.taxsettings.transform
Methods in software.amazon.awssdk.services.taxsettings.transform with parameters of type GetTaxRegistrationDocumentRequest Modifier and Type Method Description SdkHttpFullRequestGetTaxRegistrationDocumentRequestMarshaller. marshall(GetTaxRegistrationDocumentRequest getTaxRegistrationDocumentRequest)
-