| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Part of the key:value pair that defines a tag.
|
Tag |
Tag.withValue(String value)
Part of the key:value pair that defines a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTagList()
The tags to add to the resource.
|
List<Tag> |
PutPolicyRequest.getTagList()
The tags to add to the AWS resource.
|
List<Tag> |
ListTagsForResourceResult.getTagList()
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTagList(Tag... tagList)
The tags to add to the resource.
|
PutPolicyRequest |
PutPolicyRequest.withTagList(Tag... tagList)
The tags to add to the AWS resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTagList(Collection<Tag> tagList)
The tags to add to the resource.
|
void |
PutPolicyRequest.setTagList(Collection<Tag> tagList)
The tags to add to the AWS resource.
|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
TagResourceRequest |
TagResourceRequest.withTagList(Collection<Tag> tagList)
The tags to add to the resource.
|
PutPolicyRequest |
PutPolicyRequest.withTagList(Collection<Tag> tagList)
The tags to add to the AWS resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
Copyright © 2020. All rights reserved.