Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogFieldsListItem
Packages that use LogFieldsListItem
-
Uses of LogFieldsListItem in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogFieldsListItemModifier and TypeMethodDescriptionfinal List<LogFieldsListItem>LogFieldType.fields()For complex types, contains the nested field definitions.final List<LogFieldsListItem>GetLogFieldsResponse.logFields()The list of log fields for the specified data source, including field names and their data types.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogFieldsListItemModifier and TypeMethodDescriptionLogFieldType.Builder.fields(LogFieldsListItem... fields) For complex types, contains the nested field definitions.GetLogFieldsResponse.Builder.logFields(LogFieldsListItem... logFields) The list of log fields for the specified data source, including field names and their data types.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogFieldsListItemModifier and TypeMethodDescriptionLogFieldType.Builder.fields(Collection<LogFieldsListItem> fields) For complex types, contains the nested field definitions.GetLogFieldsResponse.Builder.logFields(Collection<LogFieldsListItem> logFields) The list of log fields for the specified data source, including field names and their data types.