| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedFieldSelector.Builder |
AdvancedFieldSelector.builder() |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.endsWith(Collection<String> endsWith)
An operator that includes events that match the last few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.endsWith(String... endsWith)
An operator that includes events that match the last few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.equalsValue(Collection<String> equals)
An operator that includes events that match the exact value of the event record field specified as the value
of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.equalsValue(String... equals)
An operator that includes events that match the exact value of the event record field specified as the value
of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.field(String field)
A field in an event record on which to filter events to be logged.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEndsWith(Collection<String> notEndsWith)
An operator that excludes events that match the last few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEndsWith(String... notEndsWith)
An operator that excludes events that match the last few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEquals(Collection<String> notEquals)
An operator that excludes events that match the exact value of the event record field specified as the value
of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEquals(String... notEquals)
An operator that excludes events that match the exact value of the event record field specified as the value
of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notStartsWith(Collection<String> notStartsWith)
An operator that excludes events that match the first few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notStartsWith(String... notStartsWith)
An operator that excludes events that match the first few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.startsWith(Collection<String> startsWith)
An operator that includes events that match the first few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.startsWith(String... startsWith)
An operator that includes events that match the first few characters of the event record field specified as
the value of
Field. |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdvancedFieldSelector.Builder> |
AdvancedFieldSelector.serializableBuilderClass() |
Copyright © 2022. All rights reserved.