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.
|
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.
|
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() |
|