Uses of Class
software.amazon.awssdk.services.billingconductor.model.AccountAssociationsListElement
-
Packages that use AccountAssociationsListElement Package Description software.amazon.awssdk.services.billingconductor.model software.amazon.awssdk.services.billingconductor.paginators -
-
Uses of AccountAssociationsListElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type AccountAssociationsListElement Modifier and Type Method Description List<AccountAssociationsListElement>ListAccountAssociationsResponse. linkedAccounts()The list of linked accounts in the payer account.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type AccountAssociationsListElement Modifier and Type Method Description ListAccountAssociationsResponse.BuilderListAccountAssociationsResponse.Builder. linkedAccounts(AccountAssociationsListElement... linkedAccounts)The list of linked accounts in the payer account.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type AccountAssociationsListElement Modifier and Type Method Description ListAccountAssociationsResponse.BuilderListAccountAssociationsResponse.Builder. linkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)The list of linked accounts in the payer account. -
Uses of AccountAssociationsListElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type AccountAssociationsListElement Modifier and Type Method Description SdkIterable<AccountAssociationsListElement>ListAccountAssociationsIterable. linkedAccounts()Returns an iterable to iterate through the paginatedListAccountAssociationsResponse.linkedAccounts()member.SdkPublisher<AccountAssociationsListElement>ListAccountAssociationsPublisher. linkedAccounts()Returns a publisher that can be used to get a stream of data.
-