| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A tag key.
|
Tag |
Tag.withValue(String value)
A value assigned to a tag key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
SetTagsForResourceRequest.getTags()
A collection of key and value pairs that you want to set to the assessment template.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A collection of key and value pairs.
|
List<Tag> |
AssetAttributes.getTags()
The tags related to the EC2 instance where the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
SetTagsForResourceRequest |
SetTagsForResourceRequest.withTags(Tag... tags)
A collection of key and value pairs that you want to set to the assessment template.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A collection of key and value pairs.
|
AssetAttributes |
AssetAttributes.withTags(Tag... tags)
The tags related to the EC2 instance where the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetTagsForResourceRequest.setTags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A collection of key and value pairs.
|
void |
AssetAttributes.setTags(Collection<Tag> tags)
The tags related to the EC2 instance where the finding is generated.
|
SetTagsForResourceRequest |
SetTagsForResourceRequest.withTags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
AssetAttributes |
AssetAttributes.withTags(Collection<Tag> tags)
The tags related to the EC2 instance where the finding is generated.
|
Copyright © 2023. All rights reserved.