Uses of Class
software.amazon.awssdk.services.config.model.DescribeAggregateComplianceByConformancePacksResponse
-
Packages that use DescribeAggregateComplianceByConformancePacksResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeAggregateComplianceByConformancePacksResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeAggregateComplianceByConformancePacksResponse Modifier and Type Method Description default DescribeAggregateComplianceByConformancePacksResponseConfigClient. describeAggregateComplianceByConformancePacks(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 DescribeAggregateComplianceByConformancePacksResponseConfigClient. describeAggregateComplianceByConformancePacks(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.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeAggregateComplianceByConformancePacksResponse Modifier and Type Method Description default CompletableFuture<DescribeAggregateComplianceByConformancePacksResponse>ConfigAsyncClient. describeAggregateComplianceByConformancePacks(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 CompletableFuture<DescribeAggregateComplianceByConformancePacksResponse>ConfigAsyncClient. describeAggregateComplianceByConformancePacks(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. -
Uses of DescribeAggregateComplianceByConformancePacksResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeAggregateComplianceByConformancePacksResponse Modifier and Type Method Description Iterator<DescribeAggregateComplianceByConformancePacksResponse>DescribeAggregateComplianceByConformancePacksIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeAggregateComplianceByConformancePacksResponse Modifier and Type Method Description voidDescribeAggregateComplianceByConformancePacksPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAggregateComplianceByConformancePacksResponse> subscriber)
-