| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static MapFilter.Builder |
MapFilter.builder() |
MapFilter.Builder |
MapFilter.Builder.comparison(MapFilterComparison comparison)
The condition to apply to the key value when querying for findings with a map filter.
|
MapFilter.Builder |
MapFilter.Builder.comparison(String comparison)
The condition to apply to the key value when querying for findings with a map filter.
|
MapFilter.Builder |
MapFilter.Builder.key(String key)
The key of the map filter.
|
MapFilter.Builder |
MapFilter.toBuilder() |
MapFilter.Builder |
MapFilter.Builder.value(String value)
The value for the key in the map filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MapFilter.Builder> |
MapFilter.serializableBuilderClass() |
Copyright © 2023. All rights reserved.