| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withKey(String key)
The resource tag key.
|
ResourceTag |
ResourceTag.withValue(String value)
The resource tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
Policy.getResourceTags()
An array of
ResourceTag objects. |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.withResourceTags(ResourceTag... resourceTags)
An array of
ResourceTag objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Policy.setResourceTags(Collection<ResourceTag> resourceTags)
An array of
ResourceTag objects. |
Policy |
Policy.withResourceTags(Collection<ResourceTag> resourceTags)
An array of
ResourceTag objects. |
Copyright © 2025. All rights reserved.