| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso.model |
| 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.
|
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.
|
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.accountList(Consumer<AccountInfo.Builder>... accountList)
A paginated response with the list of account information and the next token if more results are available.
|
static ListAccountsResponse.Builder |
ListAccountsResponse.builder() |
ListAccountsResponse.Builder |
ListAccountsResponse.Builder.nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
|
ListAccountsResponse.Builder |
ListAccountsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountsResponse.Builder> |
ListAccountsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.