| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
ComplianceDetails |
ComplianceDetails.clone() |
ComplianceDetails |
ResourceTagMapping.getComplianceDetails()
Details on whether a resource is compliant with the effective tag policy, including information about any
noncompliant tag keys.
|
ComplianceDetails |
ComplianceDetails.withComplianceStatus(Boolean complianceStatus)
Whether a resource is compliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withInvalidKeys(Collection<String> invalidKeys)
The tag key is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withInvalidKeys(String... invalidKeys)
The tag key is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withInvalidValues(Collection<String> invalidValues)
The tag value is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withInvalidValues(String... invalidValues)
The tag value is noncompliant with the effective tag policy.
|
ComplianceDetails |
ComplianceDetails.withMissingKeys(Collection<String> missingKeys)
A tag key that is required by the effective tag policy is missing.
|
ComplianceDetails |
ComplianceDetails.withMissingKeys(String... missingKeys)
A tag key that is required by the effective tag policy is missing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTagMapping.setComplianceDetails(ComplianceDetails complianceDetails)
Details on whether a resource is compliant with the effective tag policy, including information about any
noncompliant tag keys.
|
ResourceTagMapping |
ResourceTagMapping.withComplianceDetails(ComplianceDetails complianceDetails)
Details on whether a resource is compliant with the effective tag policy, including information about any
noncompliant tag keys.
|
Copyright © 2019. All rights reserved.