| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterCriteria.Builder |
FilterCriteria.builder() |
FilterCriteria.Builder |
FilterCriteria.Builder.filterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria.Builder |
FilterCriteria.Builder.filterCriterion(Consumer<FilterCriterion.Builder>... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria.Builder |
FilterCriteria.Builder.filterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria.Builder |
FilterCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FilterCriteria.Builder> |
FilterCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMalwareScansRequest.Builder |
DescribeMalwareScansRequest.Builder.filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
|
Copyright © 2023. All rights reserved.