| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
EC2 instance tag key.
|
Tag |
Tag.withValue(String value)
EC2 instance tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
InstanceDetails.getTags()
The tags of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDetails |
InstanceDetails.withTags(Tag... tags)
The tags of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDetails.setTags(Collection<Tag> tags)
The tags of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withTags(Collection<Tag> tags)
The tags of the EC2 instance.
|
Copyright © 2018. All rights reserved.