| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.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> |
TagInfoForResource.getTagList()
The array of Tag objects defined for the resource.
|
List<Tag> |
TagResourceRequest.getTags()
An array of key:value pairs to associate with the resource.
|
List<Tag> |
CreateRegexPatternSetRequest.getTags()
An array of key:value pairs to associate with the resource.
|
List<Tag> |
CreateWebACLRequest.getTags()
An array of key:value pairs to associate with the resource.
|
List<Tag> |
CreateRuleGroupRequest.getTags()
An array of key:value pairs to associate with the resource.
|
List<Tag> |
CreateIPSetRequest.getTags()
An array of key:value pairs to associate with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagInfoForResource |
TagInfoForResource.withTagList(Tag... tagList)
The array of Tag objects defined for the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateWebACLRequest |
CreateWebACLRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateIPSetRequest |
CreateIPSetRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagInfoForResource.setTagList(Collection<Tag> tagList)
The array of Tag objects defined for the resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
void |
CreateRegexPatternSetRequest.setTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
void |
CreateWebACLRequest.setTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
void |
CreateRuleGroupRequest.setTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
void |
CreateIPSetRequest.setTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
TagInfoForResource |
TagInfoForResource.withTagList(Collection<Tag> tagList)
The array of Tag objects defined for the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateWebACLRequest |
CreateWebACLRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateIPSetRequest |
CreateIPSetRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
Copyright © 2022. All rights reserved.