Uses of Interface
software.amazon.awssdk.services.config.model.DescribeAggregateComplianceByConformancePacksRequest.Builder
-
Packages that use DescribeAggregateComplianceByConformancePacksRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeAggregateComplianceByConformancePacksRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeAggregateComplianceByConformancePacksRequest.Builder 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 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 DescribeAggregateComplianceByConformancePacksPublisherConfigAsyncClient. describeAggregateComplianceByConformancePacksPaginator(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 DescribeAggregateComplianceByConformancePacksIterableConfigClient. describeAggregateComplianceByConformancePacksPaginator(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. -
Uses of DescribeAggregateComplianceByConformancePacksRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DescribeAggregateComplianceByConformancePacksRequest.Builder Modifier and Type Method Description static DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest. builder()DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. configurationAggregatorName(String configurationAggregatorName)The name of the configuration aggregator.default DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. filters(Consumer<AggregateConformancePackComplianceFilters.Builder> filters)Filters the result byAggregateConformancePackComplianceFiltersobject.DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. filters(AggregateConformancePackComplianceFilters filters)Filters the result byAggregateConformancePackComplianceFiltersobject.DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. limit(Integer limit)The maximum number of conformance packs compliance details returned on each page.DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. nextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAggregateComplianceByConformancePacksRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeAggregateComplianceByConformancePacksRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAggregateComplianceByConformancePacksRequest.Builder>DescribeAggregateComplianceByConformancePacksRequest. serializableBuilderClass()
-