| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| 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 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 DescribeAggregateComplianceByConformancePacksIterable |
ConfigClient.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 DescribeAggregateComplianceByConformancePacksPublisher |
ConfigAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.builder() |
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.filters(AggregateConformancePackComplianceFilters filters)
Filters the result by
AggregateConformancePackComplianceFilters object. |
default DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.filters(Consumer<AggregateConformancePackComplianceFilters.Builder> filters)
Filters the result by
AggregateConformancePackComplianceFilters object. |
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.limit(Integer limit)
The maximum number of conformance packs compliance details returned on each page.
|
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.nextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in
a paginated response. |
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAggregateComplianceByConformancePacksRequest.Builder |
DescribeAggregateComplianceByConformancePacksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAggregateComplianceByConformancePacksRequest.Builder> |
DescribeAggregateComplianceByConformancePacksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.