| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.clone() |
ConformancePackEvaluationFilters |
GetConformancePackComplianceDetailsRequest.getFilters()
A
ConformancePackEvaluationFilters object. |
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withComplianceType(ConformancePackComplianceType complianceType)
Filters the results by compliance.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withComplianceType(String complianceType)
Filters the results by compliance.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withConfigRuleNames(Collection<String> configRuleNames)
Filters the results by AWS Config rule names.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withConfigRuleNames(String... configRuleNames)
Filters the results by AWS Config rule names.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withResourceIds(Collection<String> resourceIds)
Filters the results by resource IDs.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withResourceIds(String... resourceIds)
Filters the results by resource IDs.
|
ConformancePackEvaluationFilters |
ConformancePackEvaluationFilters.withResourceType(String resourceType)
Filters the results by the resource type (for example,
"AWS::EC2::Instance"). |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConformancePackComplianceDetailsRequest.setFilters(ConformancePackEvaluationFilters filters)
A
ConformancePackEvaluationFilters object. |
GetConformancePackComplianceDetailsRequest |
GetConformancePackComplianceDetailsRequest.withFilters(ConformancePackEvaluationFilters filters)
A
ConformancePackEvaluationFilters object. |
Copyright © 2021. All rights reserved.