Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogFieldType
-
Packages that use LogFieldType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LogFieldType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogFieldType Modifier and Type Method Description LogFieldTypeLogFieldType. element()For array or collection types, specifies the element type information.LogFieldTypeLogFieldsListItem. logFieldType()The data type information for the log field.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogFieldType Modifier and Type Method Description LogFieldType.BuilderLogFieldType.Builder. element(LogFieldType element)For array or collection types, specifies the element type information.LogFieldsListItem.BuilderLogFieldsListItem.Builder. logFieldType(LogFieldType logFieldType)The data type information for the log field.
-