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