Uses of Class
software.amazon.awssdk.services.guardduty.model.OrganizationFeatureStatistics
-
Packages that use OrganizationFeatureStatistics Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationFeatureStatistics in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationFeatureStatistics Modifier and Type Method Description List<OrganizationFeatureStatistics>OrganizationStatistics. countByFeature()Retrieves the coverage statistics for each feature.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type OrganizationFeatureStatistics Modifier and Type Method Description OrganizationStatistics.BuilderOrganizationStatistics.Builder. countByFeature(OrganizationFeatureStatistics... countByFeature)Retrieves the coverage statistics for each feature.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationFeatureStatistics Modifier and Type Method Description OrganizationStatistics.BuilderOrganizationStatistics.Builder. countByFeature(Collection<OrganizationFeatureStatistics> countByFeature)Retrieves the coverage statistics for each feature.
-