| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Criterion.Builder |
Criterion.builder() |
Criterion.Builder |
Criterion.Builder.contains(Collection<String> contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.contains(String... contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.eq(Collection<String> eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.eq(String... eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.exists(Boolean exists)
An "exists" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.neq(Collection<String> neq)
A "not equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.neq(String... neq)
A "not equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Criterion.Builder> |
Criterion.serializableBuilderClass() |
Copyright © 2020. All rights reserved.