Uses of Interface
software.amazon.awssdk.services.taxsettings.model.ListTaxExemptionsRequest.Builder
-
Packages that use ListTaxExemptionsRequest.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 ListTaxExemptionsRequest.Builder in software.amazon.awssdk.services.taxsettings
-
Uses of ListTaxExemptionsRequest.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return ListTaxExemptionsRequest.Builder Modifier and Type Method Description static ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest. builder()ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest.Builder. maxResults(Integer maxResults)The number of results you want in one response.ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTaxExemptionsRequest.BuilderListTaxExemptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type ListTaxExemptionsRequest.Builder Modifier and Type Method Description static Class<? extends ListTaxExemptionsRequest.Builder>ListTaxExemptionsRequest. serializableBuilderClass()
-