| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetConformancePackComplianceSummaryResponse |
ConfigClient.getConformancePackComplianceSummary(Consumer<GetConformancePackComplianceSummaryRequest.Builder> getConformancePackComplianceSummaryRequest)
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules
in that conformance pack.
|
default GetConformancePackComplianceSummaryResponse |
ConfigClient.getConformancePackComplianceSummary(GetConformancePackComplianceSummaryRequest getConformancePackComplianceSummaryRequest)
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules
in that conformance pack.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConformancePackComplianceSummaryResponse> |
ConfigAsyncClient.getConformancePackComplianceSummary(Consumer<GetConformancePackComplianceSummaryRequest.Builder> getConformancePackComplianceSummaryRequest)
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules
in that conformance pack.
|
default CompletableFuture<GetConformancePackComplianceSummaryResponse> |
ConfigAsyncClient.getConformancePackComplianceSummary(GetConformancePackComplianceSummaryRequest getConformancePackComplianceSummaryRequest)
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules
in that conformance pack.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetConformancePackComplianceSummaryResponse> |
GetConformancePackComplianceSummaryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConformancePackComplianceSummaryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetConformancePackComplianceSummaryResponse> subscriber) |
Copyright © 2023. All rights reserved.