| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static Condition.Builder |
Condition.builder() |
Condition.Builder |
Condition.Builder.eq(Collection<String> eq)
Deprecated.
|
Condition.Builder |
Condition.Builder.eq(String... eq)
Deprecated.
|
Condition.Builder |
Condition.Builder.equalsValue(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.equalsValue(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.greaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for
findings.
|
Condition.Builder |
Condition.Builder.gt(Integer gt)
Deprecated.
|
Condition.Builder |
Condition.Builder.gte(Integer gte)
Deprecated.
|
Condition.Builder |
Condition.Builder.lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.lessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.lt(Integer lt)
Deprecated.
|
Condition.Builder |
Condition.Builder.lte(Integer lte)
Deprecated.
|
Condition.Builder |
Condition.Builder.neq(Collection<String> neq)
Deprecated.
|
Condition.Builder |
Condition.Builder.neq(String... neq)
Deprecated.
|
Condition.Builder |
Condition.Builder.notEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.Builder.notEquals(String... notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
Condition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Condition.Builder> |
Condition.serializableBuilderClass() |
Copyright © 2023. All rights reserved.