| 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 an operator and a tag key and value for including or excluding an object 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 tag key to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withTagValues(Collection<TagValuePair> tagValues)
The tag key and value pairs to use in the condition.
|
TagScopeTerm |
TagScopeTerm.withTagValues(TagValuePair... tagValues)
The 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 an operator and a tag key and value for including or excluding an object from
the job.
|
JobScopeTerm |
JobScopeTerm.withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines an operator and a tag key and value for including or excluding an object from
the job.
|
Copyright © 2020. All rights reserved.