Uses of Interface
software.amazon.awssdk.services.config.model.AggregateConformancePackComplianceCount.Builder
-
Packages that use AggregateConformancePackComplianceCount.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregateConformancePackComplianceCount.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregateConformancePackComplianceCount.Builder Modifier and Type Method Description static AggregateConformancePackComplianceCount.BuilderAggregateConformancePackComplianceCount. builder()AggregateConformancePackComplianceCount.BuilderAggregateConformancePackComplianceCount.Builder. compliantConformancePackCount(Integer compliantConformancePackCount)Number of compliant conformance packs.AggregateConformancePackComplianceCount.BuilderAggregateConformancePackComplianceCount.Builder. nonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)Number of noncompliant conformance packs.AggregateConformancePackComplianceCount.BuilderAggregateConformancePackComplianceCount. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregateConformancePackComplianceCount.Builder Modifier and Type Method Description static Class<? extends AggregateConformancePackComplianceCount.Builder>AggregateConformancePackComplianceCount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregateConformancePackComplianceCount.Builder Modifier and Type Method Description default AggregateConformancePackComplianceSummary.BuilderAggregateConformancePackComplianceSummary.Builder. complianceSummary(Consumer<AggregateConformancePackComplianceCount.Builder> complianceSummary)Returns anAggregateConformancePackComplianceCountobject.
-