| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTagMapping |
ResourceTagMapping.clone() |
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.
|
ResourceTagMapping |
ResourceTagMapping.withResourceARN(String resourceARN)
The ARN of the resource.
|
ResourceTagMapping |
ResourceTagMapping.withTags(Collection<Tag> tags)
The tags that have been applied to one or more AWS resources.
|
ResourceTagMapping |
ResourceTagMapping.withTags(Tag... tags)
The tags that have been applied to one or more AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTagMapping> |
GetResourcesResult.getResourceTagMappingList()
A list of resource ARNs and the tags (keys and values) associated with each.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourcesResult |
GetResourcesResult.withResourceTagMappingList(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcesResult.setResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
GetResourcesResult |
GetResourcesResult.withResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
Copyright © 2020. All rights reserved.