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