| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationStatistics |
OrganizationStatistics.clone() |
OrganizationStatistics |
OrganizationDetails.getOrganizationStatistics()
Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.
|
OrganizationStatistics |
OrganizationStatistics.withActiveAccountsCount(Integer activeAccountsCount)
Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
|
OrganizationStatistics |
OrganizationStatistics.withCountByFeature(Collection<OrganizationFeatureStatistics> countByFeature)
Retrieves the coverage statistics for each feature.
|
OrganizationStatistics |
OrganizationStatistics.withCountByFeature(OrganizationFeatureStatistics... countByFeature)
Retrieves the coverage statistics for each feature.
|
OrganizationStatistics |
OrganizationStatistics.withEnabledAccountsCount(Integer enabledAccountsCount)
Total number of accounts that have enabled GuardDuty.
|
OrganizationStatistics |
OrganizationStatistics.withMemberAccountsCount(Integer memberAccountsCount)
Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
|
OrganizationStatistics |
OrganizationStatistics.withTotalAccountsCount(Integer totalAccountsCount)
Total number of accounts in your Amazon Web Services organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationDetails.setOrganizationStatistics(OrganizationStatistics organizationStatistics)
Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.
|
OrganizationDetails |
OrganizationDetails.withOrganizationStatistics(OrganizationStatistics organizationStatistics)
Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.
|
Copyright © 2025. All rights reserved.