Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
LogGroupField |
LogGroupField.clone() |
LogGroupField |
LogGroupField.withName(String name)
The name of a log field.
|
LogGroupField |
LogGroupField.withPercent(Integer percent)
The percentage of log events queried that contained the field.
|
Modifier and Type | Method and Description |
---|---|
List<LogGroupField> |
GetLogGroupFieldsResult.getLogGroupFields()
The array of fields found in the query.
|
Modifier and Type | Method and Description |
---|---|
GetLogGroupFieldsResult |
GetLogGroupFieldsResult.withLogGroupFields(LogGroupField... logGroupFields)
The array of fields found in the query.
|
Modifier and Type | Method and Description |
---|---|
void |
GetLogGroupFieldsResult.setLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query.
|
GetLogGroupFieldsResult |
GetLogGroupFieldsResult.withLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query.
|
Copyright © 2023. All rights reserved.