Uses of Interface
software.amazon.awssdk.services.taxsettings.model.GetTaxExemptionTypesRequest.Builder
-
Packages that use GetTaxExemptionTypesRequest.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 GetTaxExemptionTypesRequest.Builder in software.amazon.awssdk.services.taxsettings
Method parameters in software.amazon.awssdk.services.taxsettings with type arguments of type GetTaxExemptionTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTaxExemptionTypesResponse>TaxSettingsAsyncClient. getTaxExemptionTypes(Consumer<GetTaxExemptionTypesRequest.Builder> getTaxExemptionTypesRequest)Get supported tax exemption types.default GetTaxExemptionTypesResponseTaxSettingsClient. getTaxExemptionTypes(Consumer<GetTaxExemptionTypesRequest.Builder> getTaxExemptionTypesRequest)Get supported tax exemption types. -
Uses of GetTaxExemptionTypesRequest.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return GetTaxExemptionTypesRequest.Builder Modifier and Type Method Description static GetTaxExemptionTypesRequest.BuilderGetTaxExemptionTypesRequest. builder()GetTaxExemptionTypesRequest.BuilderGetTaxExemptionTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTaxExemptionTypesRequest.BuilderGetTaxExemptionTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTaxExemptionTypesRequest.BuilderGetTaxExemptionTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type GetTaxExemptionTypesRequest.Builder Modifier and Type Method Description static Class<? extends GetTaxExemptionTypesRequest.Builder>GetTaxExemptionTypesRequest. serializableBuilderClass()
-