| Package | Description |
|---|---|
| com.amazonaws.services.shield.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.getTags()
The tags that you want to modify or add to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tag key and value pairs associated with the specified resource.
|
List<Tag> |
CreateProtectionGroupRequest.getTags()
One or more tag key-value pairs for the protection group.
|
List<Tag> |
CreateProtectionRequest.getTags()
One or more tag key-value pairs for the Protection object that is created.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags that you want to modify or add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withTags(Tag... tags)
One or more tag key-value pairs for the protection group.
|
CreateProtectionRequest |
CreateProtectionRequest.withTags(Tag... tags)
One or more tag key-value pairs for the Protection object that is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags that you want to modify or add to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
void |
CreateProtectionGroupRequest.setTags(Collection<Tag> tags)
One or more tag key-value pairs for the protection group.
|
void |
CreateProtectionRequest.setTags(Collection<Tag> tags)
One or more tag key-value pairs for the Protection object that is created.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags that you want to modify or add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withTags(Collection<Tag> tags)
One or more tag key-value pairs for the protection group.
|
CreateProtectionRequest |
CreateProtectionRequest.withTags(Collection<Tag> tags)
One or more tag key-value pairs for the Protection object that is created.
|
Copyright © 2023. All rights reserved.