| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
PatternToken |
PatternToken.addEnumerationsEntry(String key,
Long value)
Add a single Enumerations entry
|
PatternToken |
PatternToken.clearEnumerationsEntries()
Removes all the entries added into Enumerations.
|
PatternToken |
PatternToken.clone() |
PatternToken |
PatternToken.withDynamicTokenPosition(Integer dynamicTokenPosition)
For a dynamic token, this indicates where in the pattern that this token appears, related to other dynamic
tokens.
|
PatternToken |
PatternToken.withEnumerations(Map<String,Long> enumerations)
Contains the values found for a dynamic token, and the number of times each value was found.
|
PatternToken |
PatternToken.withIsDynamic(Boolean isDynamic)
Specifies whether this is a dynamic token.
|
PatternToken |
PatternToken.withTokenString(String tokenString)
The string represented by this token.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatternToken> |
Anomaly.getPatternTokens()
An array of structures where each structure contains information about one token that makes up the pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.withPatternTokens(PatternToken... patternTokens)
An array of structures where each structure contains information about one token that makes up the pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setPatternTokens(Collection<PatternToken> patternTokens)
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly |
Anomaly.withPatternTokens(Collection<PatternToken> patternTokens)
An array of structures where each structure contains information about one token that makes up the pattern.
|
Copyright © 2024. All rights reserved.