Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AddKeyEntry
Packages that use AddKeyEntry
-
Uses of AddKeyEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AddKeyEntryModifier and TypeMethodDescriptionfinal List<AddKeyEntry>AddKeys.entries()An array of objects, where each object contains the information about one key to add to the log event.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AddKeyEntryModifier and TypeMethodDescriptionAddKeys.Builder.entries(AddKeyEntry... entries) An array of objects, where each object contains the information about one key to add to the log event.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AddKeyEntryModifier and TypeMethodDescriptionAddKeys.Builder.entries(Collection<AddKeyEntry> entries) An array of objects, where each object contains the information about one key to add to the log event.