Uses of Class
software.amazon.awssdk.services.config.paginators.DescribeAggregateComplianceByConformancePacksIterable
-
Packages that use DescribeAggregateComplianceByConformancePacksIterable Package Description software.amazon.awssdk.services.config Config -
-
Uses of DescribeAggregateComplianceByConformancePacksIterable in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeAggregateComplianceByConformancePacksIterable Modifier and Type Method Description default DescribeAggregateComplianceByConformancePacksIterableConfigClient. describeAggregateComplianceByConformancePacksPaginator(Consumer<DescribeAggregateComplianceByConformancePacksRequest.Builder> describeAggregateComplianceByConformancePacksRequest)Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack.default DescribeAggregateComplianceByConformancePacksIterableConfigClient. describeAggregateComplianceByConformancePacksPaginator(DescribeAggregateComplianceByConformancePacksRequest describeAggregateComplianceByConformancePacksRequest)Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack.
-