| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AdminAccount |
AdminAccount.clone() |
AdminAccount |
AdminAccount.withAdminAccountId(String adminAccountId)
The Amazon Web Services account ID for the account.
|
AdminAccount |
AdminAccount.withAdminStatus(AdminStatus adminStatus)
Indicates whether the account is enabled as the delegated administrator.
|
AdminAccount |
AdminAccount.withAdminStatus(String adminStatus)
Indicates whether the account is enabled as the delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdminAccount> |
ListOrganizationAdminAccountsResult.getAdminAccounts()
A list of accounts configured as GuardDuty delegated administrators.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsResult |
ListOrganizationAdminAccountsResult.withAdminAccounts(AdminAccount... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrganizationAdminAccountsResult.setAdminAccounts(Collection<AdminAccount> adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
ListOrganizationAdminAccountsResult |
ListOrganizationAdminAccountsResult.withAdminAccounts(Collection<AdminAccount> adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
Copyright © 2023. All rights reserved.