Uses of Class
software.amazon.awssdk.services.sso.model.AccountInfo
Packages that use AccountInfo
Package
Description
-
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 AccountInfoModifier and TypeMethodDescriptionfinal 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 AccountInfoModifier and TypeMethodDescriptionListAccountsResponse.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 AccountInfoModifier and TypeMethodDescriptionListAccountsResponse.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 AccountInfoModifier and TypeMethodDescriptionfinal SdkIterable<AccountInfo>ListAccountsIterable.accountList()Returns an iterable to iterate through the paginatedListAccountsResponse.accountList()member.final SdkPublisher<AccountInfo>ListAccountsPublisher.accountList()Returns a publisher that can be used to get a stream of data.