Uses of Class
software.amazon.awssdk.services.taxsettings.model.AccountDetails
-
Packages that use AccountDetails Package Description software.amazon.awssdk.services.taxsettings.model software.amazon.awssdk.services.taxsettings.paginators -
-
Uses of AccountDetails in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type AccountDetails Modifier and Type Method Description List<AccountDetails>ListTaxRegistrationsResponse. accountDetails()The list of account details.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type AccountDetails Modifier and Type Method Description ListTaxRegistrationsResponse.BuilderListTaxRegistrationsResponse.Builder. accountDetails(AccountDetails... accountDetails)The list of account details.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type AccountDetails Modifier and Type Method Description ListTaxRegistrationsResponse.BuilderListTaxRegistrationsResponse.Builder. accountDetails(Collection<AccountDetails> accountDetails)The list of account details. -
Uses of AccountDetails in software.amazon.awssdk.services.taxsettings.paginators
Methods in software.amazon.awssdk.services.taxsettings.paginators that return types with arguments of type AccountDetails Modifier and Type Method Description SdkIterable<AccountDetails>ListTaxRegistrationsIterable. accountDetails()Returns an iterable to iterate through the paginatedListTaxRegistrationsResponse.accountDetails()member.SdkPublisher<AccountDetails>ListTaxRegistrationsPublisher. accountDetails()Returns a publisher that can be used to get a stream of data.
-