| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key) |
Tag |
Tag.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagInfoForResource.getTagList() |
List<Tag> |
CreateRuleGroupRequest.getTags() |
List<Tag> |
TagResourceRequest.getTags() |
List<Tag> |
CreateRuleRequest.getTags() |
List<Tag> |
CreateRateBasedRuleRequest.getTags() |
List<Tag> |
CreateWebACLRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
TagInfoForResource |
TagInfoForResource.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateRuleRequest |
CreateRuleRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateRateBasedRuleRequest |
CreateRateBasedRuleRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateWebACLRequest |
CreateWebACLRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagInfoForResource.setTagList(Collection<Tag> tagList) |
void |
CreateRuleGroupRequest.setTags(Collection<Tag> tags) |
void |
TagResourceRequest.setTags(Collection<Tag> tags) |
void |
CreateRuleRequest.setTags(Collection<Tag> tags) |
void |
CreateRateBasedRuleRequest.setTags(Collection<Tag> tags) |
void |
CreateWebACLRequest.setTags(Collection<Tag> tags) |
TagInfoForResource |
TagInfoForResource.withTagList(Collection<Tag> tagList) |
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Collection<Tag> tags) |
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags) |
CreateRuleRequest |
CreateRuleRequest.withTags(Collection<Tag> tags) |
CreateRateBasedRuleRequest |
CreateRateBasedRuleRequest.withTags(Collection<Tag> tags) |
CreateWebACLRequest |
CreateWebACLRequest.withTags(Collection<Tag> tags) |
Copyright © 2019. All rights reserved.