| Package | Description |
|---|---|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
AccountInfo.clone() |
AccountInfo |
AccountInfo.withAccountId(String accountId)
The identifier of the AWS account that is assigned to the user.
|
AccountInfo |
AccountInfo.withAccountName(String accountName)
The display name of the AWS account that is assigned to the user.
|
AccountInfo |
AccountInfo.withEmailAddress(String emailAddress)
The email address of the AWS account that is assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountInfo> |
ListAccountsResult.getAccountList()
A paginated response with the list of account information and the next token if more results are available.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsResult |
ListAccountsResult.withAccountList(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 |
|---|---|
void |
ListAccountsResult.setAccountList(Collection<AccountInfo> accountList)
A paginated response with the list of account information and the next token if more results are available.
|
ListAccountsResult |
ListAccountsResult.withAccountList(Collection<AccountInfo> accountList)
A paginated response with the list of account information and the next token if more results are available.
|
Copyright © 2021. All rights reserved.