| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateProtectionRequest.tags()
One or more tag key-value pairs for the Protection object that is created.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tag key and value pairs associated with the specified resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags that you want to modify or add to the resource.
|
List<Tag> |
CreateProtectionGroupRequest.tags()
One or more tag key-value pairs for the protection group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.tags(Tag... tags)
One or more tag key-value pairs for the Protection object that is created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags that you want to modify or add to the resource.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.tags(Tag... tags)
One or more tag key-value pairs for the protection group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.tags(Collection<Tag> tags)
One or more tag key-value pairs for the Protection object that is created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags that you want to modify or add to the resource.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.tags(Collection<Tag> tags)
One or more tag key-value pairs for the protection group.
|
Copyright © 2021. All rights reserved.