| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleScopeTerm |
SimpleScopeTerm.clone() |
SimpleScopeTerm |
JobScopeTerm.getSimpleScopeTerm()
A property-based condition that defines a property, operator, and one or more values for including or excluding
objects from the job.
|
SimpleScopeTerm |
SimpleScopeTerm.withComparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleScopeTerm |
SimpleScopeTerm.withComparator(String comparator)
The operator to use in the condition.
|
SimpleScopeTerm |
SimpleScopeTerm.withKey(ScopeFilterKey key)
The object property to use in the condition.
|
SimpleScopeTerm |
SimpleScopeTerm.withKey(String key)
The object property to use in the condition.
|
SimpleScopeTerm |
SimpleScopeTerm.withValues(Collection<String> values)
An array that lists the values to use in the condition.
|
SimpleScopeTerm |
SimpleScopeTerm.withValues(String... values)
An array that lists the values to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobScopeTerm.setSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding
objects from the job.
|
JobScopeTerm |
JobScopeTerm.withSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding
objects from the job.
|
Copyright © 2025. All rights reserved.