Uses of Class
software.amazon.awssdk.services.sso.model.AccountInfo
-
Packages that use AccountInfo Package Description software.amazon.awssdk.services.sso.model software.amazon.awssdk.services.sso.paginators -
-
Uses of AccountInfo in software.amazon.awssdk.services.sso.model
Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type AccountInfo Modifier and Type Method Description List<AccountInfo>ListAccountsResponse. accountList()A paginated response with the list of account information and the next token if more results are available.Methods in software.amazon.awssdk.services.sso.model with parameters of type AccountInfo Modifier and Type Method Description ListAccountsResponse.BuilderListAccountsResponse.Builder. accountList(AccountInfo... accountList)A paginated response with the list of account information and the next token if more results are available.Method parameters in software.amazon.awssdk.services.sso.model with type arguments of type AccountInfo Modifier and Type Method Description ListAccountsResponse.BuilderListAccountsResponse.Builder. accountList(Collection<AccountInfo> accountList)A paginated response with the list of account information and the next token if more results are available. -
Uses of AccountInfo in software.amazon.awssdk.services.sso.paginators
Methods in software.amazon.awssdk.services.sso.paginators that return types with arguments of type AccountInfo Modifier and Type Method Description SdkIterable<AccountInfo>ListAccountsIterable. accountList()Returns an iterable to iterate through the paginatedListAccountsResponse.accountList()member.SdkPublisher<AccountInfo>ListAccountsPublisher. accountList()Returns a publisher that can be used to get a stream of data.
-