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> |
ListTagsForResourceResult.getTags()
A collection of key and value pairs.
|
List<Tag> |
SetTagsForResourceRequest.getTags()
A collection of key and value pairs that you want to set to the
assessment template.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A collection of key and value pairs.
|
SetTagsForResourceRequest |
SetTagsForResourceRequest.withTags(Tag... tags)
A collection of key and value pairs that you want to set to the
assessment template.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A collection of key and value pairs.
|
void |
SetTagsForResourceRequest.setTags(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.
|
SetTagsForResourceRequest |
SetTagsForResourceRequest.withTags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the
assessment template.
|
Copyright © 2018. All rights reserved.