Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogFieldsListItem
-
Packages that use LogFieldsListItem Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 LogFieldsListItem Modifier and Type Method Description List<LogFieldsListItem>LogFieldType. fields()For complex types, contains the nested field definitions.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 LogFieldsListItem Modifier and Type Method Description LogFieldType.BuilderLogFieldType.Builder. fields(LogFieldsListItem... fields)For complex types, contains the nested field definitions.GetLogFieldsResponse.BuilderGetLogFieldsResponse.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 LogFieldsListItem Modifier and Type Method Description LogFieldType.BuilderLogFieldType.Builder. fields(Collection<LogFieldsListItem> fields)For complex types, contains the nested field definitions.GetLogFieldsResponse.BuilderGetLogFieldsResponse.Builder. logFields(Collection<LogFieldsListItem> logFields)The list of log fields for the specified data source, including field names and their data types.
-