| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
TagValuePair |
TagValuePair.clone() |
TagValuePair |
TagValuePair.withKey(String key)
The value for the tag key to use in the condition.
|
TagValuePair |
TagValuePair.withValue(String value)
The tag value, associated with the specified tag key (key), to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagValuePair> |
TagScopeTerm.getTagValues()
The tag keys or tag key and value pairs to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
TagScopeTerm |
TagScopeTerm.withTagValues(TagValuePair... tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagScopeTerm.setTagValues(Collection<TagValuePair> tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withTagValues(Collection<TagValuePair> tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
Copyright © 2022. All rights reserved.