| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
AdvancedFieldSelector |
AdvancedFieldSelector.clone() |
AdvancedFieldSelector |
AdvancedFieldSelector.withEndsWith(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 |
AdvancedFieldSelector.withEndsWith(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 |
AdvancedFieldSelector.withEquals(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 |
AdvancedFieldSelector.withEquals(String... equals)
An operator that includes events that match the exact value of the event record field specified as the value of
Field. |
AdvancedFieldSelector |
AdvancedFieldSelector.withField(String field)
A field in an event record on which to filter events to be logged.
|
AdvancedFieldSelector |
AdvancedFieldSelector.withNotEndsWith(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 |
AdvancedFieldSelector.withNotEndsWith(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 |
AdvancedFieldSelector.withNotEquals(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 |
AdvancedFieldSelector.withNotEquals(String... notEquals)
An operator that excludes events that match the exact value of the event record field specified as the value of
Field. |
AdvancedFieldSelector |
AdvancedFieldSelector.withNotStartsWith(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 |
AdvancedFieldSelector.withNotStartsWith(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 |
AdvancedFieldSelector.withStartsWith(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 |
AdvancedFieldSelector.withStartsWith(String... startsWith)
An operator that includes events that match the first few characters of the event record field specified as the
value of
Field. |
| Modifier and Type | Method and Description |
|---|---|
List<AdvancedFieldSelector> |
AdvancedEventSelector.getFieldSelectors()
Contains all selector statements in an advanced event selector.
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedEventSelector |
AdvancedEventSelector.withFieldSelectors(AdvancedFieldSelector... fieldSelectors)
Contains all selector statements in an advanced event selector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedEventSelector.setFieldSelectors(Collection<AdvancedFieldSelector> fieldSelectors)
Contains all selector statements in an advanced event selector.
|
AdvancedEventSelector |
AdvancedEventSelector.withFieldSelectors(Collection<AdvancedFieldSelector> fieldSelectors)
Contains all selector statements in an advanced event selector.
|
Copyright © 2021. All rights reserved.