| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AccountDetail |
AccountDetail.clone() |
AccountDetail |
AccountDetail.withAccountId(String accountId)
The member account ID.
|
AccountDetail |
AccountDetail.withEmail(String email)
The email address of the member account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountDetail> |
CreateMembersRequest.getAccountDetails()
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest |
CreateMembersRequest.withAccountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMembersRequest.setAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
CreateMembersRequest |
CreateMembersRequest.withAccountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
Copyright © 2022. All rights reserved.