| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobComparator |
TagCriterionForJob.comparator()
The operator to use in the condition.
|
JobComparator |
SimpleScopeTerm.comparator()
The operator to use in the condition.
|
JobComparator |
ListJobsFilterTerm.comparator()
The operator to use to filter the results.
|
JobComparator |
SimpleCriterionForJob.comparator()
The operator to use in the condition.
|
JobComparator |
TagScopeTerm.comparator()
The operator to use in the condition.
|
static JobComparator |
JobComparator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static JobComparator |
JobComparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobComparator[] |
JobComparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<JobComparator> |
JobComparator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TagCriterionForJob.Builder |
TagCriterionForJob.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
ListJobsFilterTerm.Builder |
ListJobsFilterTerm.Builder.comparator(JobComparator comparator)
The operator to use to filter the results.
|
SimpleCriterionForJob.Builder |
SimpleCriterionForJob.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
Copyright © 2023. All rights reserved.