| 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)
The tag value is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withKeysWithNoncompliantValues(String... keysWithNoncompliantValues)
The tag value is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withNoncompliantKeys(Collection<String> noncompliantKeys)
The tag key is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withNoncompliantKeys(String... noncompliantKeys)
The tag key is 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 © 2019. All rights reserved.