| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AccountDetails |
AccountDetails.clone() |
AccountDetails |
AccountDetails.withAccountId(String accountId)
The ID of an AWS account.
|
AccountDetails |
AccountDetails.withEmail(String email)
The email of an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountDetails> |
CreateMembersRequest.getAccountDetails()
A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest |
CreateMembersRequest.withAccountDetails(AccountDetails... accountDetails)
A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMembersRequest.setAccountDetails(Collection<AccountDetails> accountDetails)
A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.
|
CreateMembersRequest |
CreateMembersRequest.withAccountDetails(Collection<AccountDetails> accountDetails)
A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.
|
Copyright © 2020. All rights reserved.