| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCondition |
CoverageFilterCondition.clone() |
CoverageFilterCondition |
CoverageFilterCriterion.getFilterCondition()
Contains information about the condition.
|
CoverageFilterCondition |
CoverageFilterCondition.withEquals(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
CoverageFilterCondition.withEquals(String... equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
CoverageFilterCondition.withNotEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
CoverageFilterCondition.withNotEquals(String... notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageFilterCriterion.setFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
|
CoverageFilterCriterion |
CoverageFilterCriterion.withFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
|
Copyright © 2024. All rights reserved.