Uses of Class
software.amazon.awssdk.services.config.model.GetAggregateConformancePackComplianceSummaryResponse
-
Packages that use GetAggregateConformancePackComplianceSummaryResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of GetAggregateConformancePackComplianceSummaryResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return GetAggregateConformancePackComplianceSummaryResponse Modifier and Type Method Description default GetAggregateConformancePackComplianceSummaryResponseConfigClient. getAggregateConformancePackComplianceSummary(Consumer<GetAggregateConformancePackComplianceSummaryRequest.Builder> getAggregateConformancePackComplianceSummaryRequest)Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator.default GetAggregateConformancePackComplianceSummaryResponseConfigClient. getAggregateConformancePackComplianceSummary(GetAggregateConformancePackComplianceSummaryRequest getAggregateConformancePackComplianceSummaryRequest)Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator.Methods in software.amazon.awssdk.services.config that return types with arguments of type GetAggregateConformancePackComplianceSummaryResponse Modifier and Type Method Description default CompletableFuture<GetAggregateConformancePackComplianceSummaryResponse>ConfigAsyncClient. getAggregateConformancePackComplianceSummary(Consumer<GetAggregateConformancePackComplianceSummaryRequest.Builder> getAggregateConformancePackComplianceSummaryRequest)Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator.default CompletableFuture<GetAggregateConformancePackComplianceSummaryResponse>ConfigAsyncClient. getAggregateConformancePackComplianceSummary(GetAggregateConformancePackComplianceSummaryRequest getAggregateConformancePackComplianceSummaryRequest)Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. -
Uses of GetAggregateConformancePackComplianceSummaryResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type GetAggregateConformancePackComplianceSummaryResponse Modifier and Type Method Description Iterator<GetAggregateConformancePackComplianceSummaryResponse>GetAggregateConformancePackComplianceSummaryIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type GetAggregateConformancePackComplianceSummaryResponse Modifier and Type Method Description voidGetAggregateConformancePackComplianceSummaryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetAggregateConformancePackComplianceSummaryResponse> subscriber)
-