Uses of Interface
software.amazon.awssdk.services.taxsettings.model.GetTaxRegistrationDocumentResponse.Builder
-
Packages that use GetTaxRegistrationDocumentResponse.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of GetTaxRegistrationDocumentResponse.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return GetTaxRegistrationDocumentResponse.Builder Modifier and Type Method Description static GetTaxRegistrationDocumentResponse.BuilderGetTaxRegistrationDocumentResponse. builder()GetTaxRegistrationDocumentResponse.BuilderGetTaxRegistrationDocumentResponse.Builder. destinationFilePath(String destinationFilePath)The file path of the Amazon S3 bucket where you want to download your tax document to.GetTaxRegistrationDocumentResponse.BuilderGetTaxRegistrationDocumentResponse.Builder. presignedS3Url(String presignedS3Url)The Amazon S3 presigned URL of the tax registration document.GetTaxRegistrationDocumentResponse.BuilderGetTaxRegistrationDocumentResponse. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type GetTaxRegistrationDocumentResponse.Builder Modifier and Type Method Description static Class<? extends GetTaxRegistrationDocumentResponse.Builder>GetTaxRegistrationDocumentResponse. serializableBuilderClass()
-