| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
Account.withAccountId(String accountId)
The account identifier of the AWS account.
|
Account |
Account.withEmailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
CreateMembersRequest.getAccounts()
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest |
CreateMembersRequest.withAccounts(Account... accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMembersRequest.setAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest |
CreateMembersRequest.withAccounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
Copyright © 2021. All rights reserved.