| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
AssetAttributes.tags()
The tags related to the EC2 instance where the finding is generated.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A collection of key and value pairs.
|
List<Tag> |
SetTagsForResourceRequest.tags()
A collection of key and value pairs that you want to set to the assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
AssetAttributes.Builder |
AssetAttributes.Builder.tags(Tag... tags)
The tags related to the EC2 instance where the finding is generated.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A collection of key and value pairs.
|
SetTagsForResourceRequest.Builder |
SetTagsForResourceRequest.Builder.tags(Tag... tags)
A collection of key and value pairs that you want to set to the assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
AssetAttributes.Builder |
AssetAttributes.Builder.tags(Collection<Tag> tags)
The tags related to the EC2 instance where the finding is generated.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A collection of key and value pairs.
|
SetTagsForResourceRequest.Builder |
SetTagsForResourceRequest.Builder.tags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
|
Copyright © 2023. All rights reserved.