Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
SetTagsForResourceRequest.tags
A collection of key and value pairs that you want to set to the
assessment template.
|
private java.util.List<Tag> |
ListTagsForResourceResult.tags
A collection of key and value pairs.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
A tag key.
|
Tag |
Tag.withValue(java.lang.String value)
A value assigned to a tag key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
SetTagsForResourceRequest.getTags()
A collection of key and value pairs that you want to set to the
assessment template.
|
java.util.List<Tag> |
ListTagsForResourceResult.getTags()
A collection of key and value pairs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SetTagsForResourceRequest.setTags(java.util.Collection<Tag> tags)
A collection of key and value pairs that you want to set to the
assessment template.
|
void |
ListTagsForResourceResult.setTags(java.util.Collection<Tag> tags)
A collection of key and value pairs.
|
SetTagsForResourceRequest |
SetTagsForResourceRequest.withTags(java.util.Collection<Tag> tags)
A collection of key and value pairs that you want to set to the
assessment template.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(java.util.Collection<Tag> tags)
A collection of key and value pairs.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|