Uses of Interface
software.amazon.awssdk.services.taxsettings.model.BatchGetTaxExemptionsRequest.Builder
-
Packages that use BatchGetTaxExemptionsRequest.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 BatchGetTaxExemptionsRequest.Builder in software.amazon.awssdk.services.taxsettings
Method parameters in software.amazon.awssdk.services.taxsettings with type arguments of type BatchGetTaxExemptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetTaxExemptionsResponse>TaxSettingsAsyncClient. batchGetTaxExemptions(Consumer<BatchGetTaxExemptionsRequest.Builder> batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts.default BatchGetTaxExemptionsResponseTaxSettingsClient. batchGetTaxExemptions(Consumer<BatchGetTaxExemptionsRequest.Builder> batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts. -
Uses of BatchGetTaxExemptionsRequest.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return BatchGetTaxExemptionsRequest.Builder Modifier and Type Method Description BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest.Builder. accountIds(String... accountIds)List of unique account identifiers.BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest.Builder. accountIds(Collection<String> accountIds)List of unique account identifiers.static BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest. builder()BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetTaxExemptionsRequest.BuilderBatchGetTaxExemptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchGetTaxExemptionsRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetTaxExemptionsRequest.Builder>BatchGetTaxExemptionsRequest. serializableBuilderClass()
-