| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ViolationDetail.resourceTags()
The
ResourceTag objects associated with the resource. |
List<Tag> |
TagResourceRequest.tagList()
The tags to add to the resource.
|
List<Tag> |
PutProtocolsListRequest.tagList()
The tags associated with the resource.
|
List<Tag> |
PutResourceSetRequest.tagList()
Retrieves the tags associated with the specified resource set.
|
List<Tag> |
PutAppsListRequest.tagList()
The tags associated with the resource.
|
List<Tag> |
ListTagsForResourceResponse.tagList()
The tags associated with the resource.
|
List<Tag> |
PutPolicyRequest.tagList()
The tags to add to the Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
ViolationDetail.Builder |
ViolationDetail.Builder.resourceTags(Tag... resourceTags)
The
ResourceTag objects associated with the resource. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tagList(Tag... tagList)
The tags to add to the resource.
|
PutProtocolsListRequest.Builder |
PutProtocolsListRequest.Builder.tagList(Tag... tagList)
The tags associated with the resource.
|
PutResourceSetRequest.Builder |
PutResourceSetRequest.Builder.tagList(Tag... tagList)
Retrieves the tags associated with the specified resource set.
|
PutAppsListRequest.Builder |
PutAppsListRequest.Builder.tagList(Tag... tagList)
The tags associated with the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Tag... tagList)
The tags associated with the resource.
|
PutPolicyRequest.Builder |
PutPolicyRequest.Builder.tagList(Tag... tagList)
The tags to add to the Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
ViolationDetail.Builder |
ViolationDetail.Builder.resourceTags(Collection<Tag> resourceTags)
The
ResourceTag objects associated with the resource. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tagList(Collection<Tag> tagList)
The tags to add to the resource.
|
PutProtocolsListRequest.Builder |
PutProtocolsListRequest.Builder.tagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutResourceSetRequest.Builder |
PutResourceSetRequest.Builder.tagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
PutAppsListRequest.Builder |
PutAppsListRequest.Builder.tagList(Collection<Tag> tagList)
The tags associated with the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutPolicyRequest.Builder |
PutPolicyRequest.Builder.tagList(Collection<Tag> tagList)
The tags to add to the Amazon Web Services resource.
|
Copyright © 2023. All rights reserved.