Uses of Class
software.amazon.awssdk.services.organizations.model.Account
-
Packages that use Account Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Account in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Account Modifier and Type Method Description AccountDescribeAccountResponse. account()A structure that contains information about the requested account.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Account Modifier and Type Method Description List<Account>ListAccountsForParentResponse. accounts()A list of the accounts in the specified root or OU.List<Account>ListAccountsResponse. accounts()A list of objects in the organization.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Account Modifier and Type Method Description DescribeAccountResponse.BuilderDescribeAccountResponse.Builder. account(Account account)A structure that contains information about the requested account.ListAccountsForParentResponse.BuilderListAccountsForParentResponse.Builder. accounts(Account... accounts)A list of the accounts in the specified root or OU.ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Account... accounts)A list of objects in the organization.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Account Modifier and Type Method Description ListAccountsForParentResponse.BuilderListAccountsForParentResponse.Builder. accounts(Collection<Account> accounts)A list of the accounts in the specified root or OU.ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Collection<Account> accounts)A list of objects in the organization.
-