Uses of Interface
software.amazon.awssdk.services.taxsettings.model.GetTaxRegistrationResponse.Builder
-
Packages that use GetTaxRegistrationResponse.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of GetTaxRegistrationResponse.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return GetTaxRegistrationResponse.Builder Modifier and Type Method Description static GetTaxRegistrationResponse.BuilderGetTaxRegistrationResponse. builder()default GetTaxRegistrationResponse.BuilderGetTaxRegistrationResponse.Builder. taxRegistration(Consumer<TaxRegistration.Builder> taxRegistration)TRN information of the account mentioned in the request.GetTaxRegistrationResponse.BuilderGetTaxRegistrationResponse.Builder. taxRegistration(TaxRegistration taxRegistration)TRN information of the account mentioned in the request.GetTaxRegistrationResponse.BuilderGetTaxRegistrationResponse. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type GetTaxRegistrationResponse.Builder Modifier and Type Method Description static Class<? extends GetTaxRegistrationResponse.Builder>GetTaxRegistrationResponse. serializableBuilderClass()
-