| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CriterionKey |
FilterCriterion.criterionKey()
An enum value representing possible scan properties to match with given scan entries.
|
static CriterionKey |
CriterionKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CriterionKey |
CriterionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CriterionKey[] |
CriterionKey.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<CriterionKey> |
CriterionKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FilterCriterion.Builder |
FilterCriterion.Builder.criterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
Copyright © 2022. All rights reserved.