Uses of Interface
software.amazon.awssdk.services.taxsettings.model.PutTaxExemptionRequest.Builder
-
Packages that use PutTaxExemptionRequest.Builder 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.model -
-
Uses of PutTaxExemptionRequest.Builder in software.amazon.awssdk.services.taxsettings
Method parameters in software.amazon.awssdk.services.taxsettings with type arguments of type PutTaxExemptionRequest.Builder Modifier and Type Method Description default CompletableFuture<PutTaxExemptionResponse>TaxSettingsAsyncClient. putTaxExemption(Consumer<PutTaxExemptionRequest.Builder> putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.default PutTaxExemptionResponseTaxSettingsClient. putTaxExemption(Consumer<PutTaxExemptionRequest.Builder> putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family. -
Uses of PutTaxExemptionRequest.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return PutTaxExemptionRequest.Builder Modifier and Type Method Description PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. accountIds(String... accountIds)The list of unique account identifiers.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. accountIds(Collection<String> accountIds)The list of unique account identifiers.default PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. authority(Consumer<Authority.Builder> authority)Sets the value of the Authority property for this object.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. authority(Authority authority)Sets the value of the Authority property for this object.static PutTaxExemptionRequest.BuilderPutTaxExemptionRequest. builder()default PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. exemptionCertificate(Consumer<ExemptionCertificate.Builder> exemptionCertificate)Sets the value of the ExemptionCertificate property for this object.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. exemptionCertificate(ExemptionCertificate exemptionCertificate)Sets the value of the ExemptionCertificate property for this object.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. exemptionType(String exemptionType)The exemption type.PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutTaxExemptionRequest.BuilderPutTaxExemptionRequest. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type PutTaxExemptionRequest.Builder Modifier and Type Method Description static Class<? extends PutTaxExemptionRequest.Builder>PutTaxExemptionRequest. serializableBuilderClass()
-