| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
TagScopeTerm |
TagScopeTerm.clone() |
TagScopeTerm |
JobScopeTerm.getTagScopeTerm()
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
TagScopeTerm |
TagScopeTerm.withComparator(JobComparator comparator)
The operator to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withComparator(String comparator)
The operator to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withKey(String key)
The object property 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.
|
TagScopeTerm |
TagScopeTerm.withTagValues(TagValuePair... tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withTarget(String target)
The type of object to apply the condition to.
|
TagScopeTerm |
TagScopeTerm.withTarget(TagTarget target)
The type of object to apply the condition to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobScopeTerm.setTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
JobScopeTerm |
JobScopeTerm.withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
Copyright © 2023. All rights reserved.