| 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> |
ViolationDetail.getResourceTags()
The
ResourceTag objects associated with the resource. |
List<Tag> |
TagResourceRequest.getTagList()
The tags to add to the resource.
|
List<Tag> |
PutResourceSetRequest.getTagList()
Retrieves the tags associated with the specified resource set.
|
List<Tag> |
PutPolicyRequest.getTagList()
The tags to add to the Amazon Web Services resource.
|
List<Tag> |
PutAppsListRequest.getTagList()
The tags associated with the resource.
|
List<Tag> |
ListTagsForResourceResult.getTagList()
The tags associated with the resource.
|
List<Tag> |
PutProtocolsListRequest.getTagList()
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ViolationDetail |
ViolationDetail.withResourceTags(Tag... resourceTags)
The
ResourceTag objects associated with the resource. |
TagResourceRequest |
TagResourceRequest.withTagList(Tag... tagList)
The tags to add to the resource.
|
PutResourceSetRequest |
PutResourceSetRequest.withTagList(Tag... tagList)
Retrieves the tags associated with the specified resource set.
|
PutPolicyRequest |
PutPolicyRequest.withTagList(Tag... tagList)
The tags to add to the Amazon Web Services resource.
|
PutAppsListRequest |
PutAppsListRequest.withTagList(Tag... tagList)
The tags associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
The tags associated with the resource.
|
PutProtocolsListRequest |
PutProtocolsListRequest.withTagList(Tag... tagList)
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViolationDetail.setResourceTags(Collection<Tag> resourceTags)
The
ResourceTag objects associated with the resource. |
void |
TagResourceRequest.setTagList(Collection<Tag> tagList)
The tags to add to the resource.
|
void |
PutResourceSetRequest.setTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
void |
PutPolicyRequest.setTagList(Collection<Tag> tagList)
The tags to add to the Amazon Web Services resource.
|
void |
PutAppsListRequest.setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
void |
PutProtocolsListRequest.setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
ViolationDetail |
ViolationDetail.withResourceTags(Collection<Tag> resourceTags)
The
ResourceTag objects associated with the resource. |
TagResourceRequest |
TagResourceRequest.withTagList(Collection<Tag> tagList)
The tags to add to the resource.
|
PutResourceSetRequest |
PutResourceSetRequest.withTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
PutPolicyRequest |
PutPolicyRequest.withTagList(Collection<Tag> tagList)
The tags to add to the Amazon Web Services resource.
|
PutAppsListRequest |
PutAppsListRequest.withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutProtocolsListRequest |
PutProtocolsListRequest.withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
Copyright © 2024. All rights reserved.