Uses of Interface
software.amazon.lambda.powertools.logging.argument.StructuredArgument
Packages that use StructuredArgument
-
Uses of StructuredArgument in software.amazon.lambda.powertools.logging.argument
Methods in software.amazon.lambda.powertools.logging.argument that return StructuredArgumentModifier and TypeMethodDescriptionstatic StructuredArgumentAdds a field to the JSON structure with key as the key and where value is a JSON array of objects AND a string version of the array to the formatted message:"key": [value, value]Returns null if the key is a reserved key.static StructuredArgumentAdds a "key": "value" to the JSON structure for each entry in the map andmap.toString()to the formatted message.static StructuredArgumentAdds "key": "value" to the JSON structure and "key=value" to the formatted message.static StructuredArgumentAdds therawJsonto the JSON structure and therawJsonto the formatted message.