| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static ConformancePackComplianceScoresFilters.Builder |
ConformancePackComplianceScoresFilters.builder() |
ConformancePackComplianceScoresFilters.Builder |
ConformancePackComplianceScoresFilters.Builder.conformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set.
|
ConformancePackComplianceScoresFilters.Builder |
ConformancePackComplianceScoresFilters.Builder.conformancePackNames(String... conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set.
|
ConformancePackComplianceScoresFilters.Builder |
ConformancePackComplianceScoresFilters.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConformancePackComplianceScoresFilters.Builder> |
ConformancePackComplianceScoresFilters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListConformancePackComplianceScoresRequest.Builder |
ListConformancePackComplianceScoresRequest.Builder.filters(Consumer<ConformancePackComplianceScoresFilters.Builder> filters)
Filters the results based on the
ConformancePackComplianceScoresFilters. |
Copyright © 2023. All rights reserved.