| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAggregateComplianceByConformancePacksResponse |
ConfigClient.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 DescribeAggregateComplianceByConformancePacksResponse |
ConfigClient.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeAggregateComplianceByConformancePacksResponse> |
DescribeAggregateComplianceByConformancePacksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAggregateComplianceByConformancePacksPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeAggregateComplianceByConformancePacksResponse> subscriber) |
Copyright © 2023. All rights reserved.