| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model | |
| software.amazon.awssdk.services.guardduty.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AdminAccount> |
ListOrganizationAdminAccountsResponse.adminAccounts()
A list of accounts configured as GuardDuty delegated administrators.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsResponse.Builder |
ListOrganizationAdminAccountsResponse.Builder.adminAccounts(AdminAccount... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsResponse.Builder |
ListOrganizationAdminAccountsResponse.Builder.adminAccounts(Collection<AdminAccount> adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<AdminAccount> |
ListOrganizationAdminAccountsIterable.adminAccounts()
Returns an iterable to iterate through the paginated
ListOrganizationAdminAccountsResponse.adminAccounts() member. |
SdkPublisher<AdminAccount> |
ListOrganizationAdminAccountsPublisher.adminAccounts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.