| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
FilterCriterion |
FilterCriterion.clone() |
FilterCriterion |
FilterCriterion.withCriterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
FilterCriterion.withCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
FilterCriterion.withFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterCriterion> |
FilterCriteria.getFilterCriterion()
Represents a condition that when matched will be added to the response of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
FilterCriteria.withFilterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterCriteria.setFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria |
FilterCriteria.withFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
Copyright © 2022. All rights reserved.