| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
ComplianceDetails |
ComplianceDetails.clone() |
ComplianceDetails |
ResourceTagMapping.getComplianceDetails()
Information that shows whether a resource is compliant with the effective tag policy, including details on any
noncompliant tag keys.
|
ComplianceDetails |
ComplianceDetails.withComplianceStatus(Boolean complianceStatus)
Whether a resource is compliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withKeysWithNoncompliantValues(Collection<String> keysWithNoncompliantValues)
These are keys defined in the effective policy that are on the resource with either incorrect case treatment or
noncompliant values.
|
ComplianceDetails |
ComplianceDetails.withKeysWithNoncompliantValues(String... keysWithNoncompliantValues)
These are keys defined in the effective policy that are on the resource with either incorrect case treatment or
noncompliant values.
|
ComplianceDetails |
ComplianceDetails.withNoncompliantKeys(Collection<String> noncompliantKeys)
These tag keys on the resource are noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withNoncompliantKeys(String... noncompliantKeys)
These tag keys on the resource are noncompliant with the effective tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTagMapping.setComplianceDetails(ComplianceDetails complianceDetails)
Information that shows whether a resource is compliant with the effective tag policy, including details on any
noncompliant tag keys.
|
ResourceTagMapping |
ResourceTagMapping.withComplianceDetails(ComplianceDetails complianceDetails)
Information that shows whether a resource is compliant with the effective tag policy, including details on any
noncompliant tag keys.
|
Copyright © 2024. All rights reserved.