Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroupField
Packages that use LogGroupField
-
Uses of LogGroupField in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogGroupFieldModifier and TypeMethodDescriptionfinal List<LogGroupField>GetLogGroupFieldsResponse.logGroupFields()The array of fields found in the query.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogGroupFieldModifier and TypeMethodDescriptionGetLogGroupFieldsResponse.Builder.logGroupFields(LogGroupField... logGroupFields) The array of fields found in the query.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogGroupFieldModifier and TypeMethodDescriptionGetLogGroupFieldsResponse.Builder.logGroupFields(Collection<LogGroupField> logGroupFields) The array of fields found in the query.