Uses of Interface
software.amazon.awssdk.services.taxsettings.model.GetTaxInheritanceRequest.Builder
-
Packages that use GetTaxInheritanceRequest.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 GetTaxInheritanceRequest.Builder in software.amazon.awssdk.services.taxsettings
Method parameters in software.amazon.awssdk.services.taxsettings with type arguments of type GetTaxInheritanceRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTaxInheritanceResponse>TaxSettingsAsyncClient. getTaxInheritance(Consumer<GetTaxInheritanceRequest.Builder> getTaxInheritanceRequest)The get account tax inheritance status.default GetTaxInheritanceResponseTaxSettingsClient. getTaxInheritance(Consumer<GetTaxInheritanceRequest.Builder> getTaxInheritanceRequest)The get account tax inheritance status. -
Uses of GetTaxInheritanceRequest.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return GetTaxInheritanceRequest.Builder Modifier and Type Method Description static GetTaxInheritanceRequest.BuilderGetTaxInheritanceRequest. builder()GetTaxInheritanceRequest.BuilderGetTaxInheritanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTaxInheritanceRequest.BuilderGetTaxInheritanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTaxInheritanceRequest.BuilderGetTaxInheritanceRequest. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type GetTaxInheritanceRequest.Builder Modifier and Type Method Description static Class<? extends GetTaxInheritanceRequest.Builder>GetTaxInheritanceRequest. serializableBuilderClass()
-