| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso.model | |
| software.amazon.awssdk.services.sso.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
ListAccountsResponse.accountList()
A paginated response with the list of account information and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accountList(AccountInfo... accountList)
A paginated response with the list of account information and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accountList(Collection<AccountInfo> accountList)
A paginated response with the list of account information and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccountInfo> |
ListAccountsPublisher.accountList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccountInfo> |
ListAccountsIterable.accountList()
Returns an iterable to iterate through the paginated
ListAccountsResponse.accountList() member. |
Copyright © 2020. All rights reserved.