Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AddKeyEntry
-
Packages that use AddKeyEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 AddKeyEntry Modifier and Type Method Description 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 AddKeyEntry Modifier and Type Method Description AddKeys.BuilderAddKeys.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 AddKeyEntry Modifier and Type Method Description AddKeys.BuilderAddKeys.Builder. entries(Collection<AddKeyEntry> entries)An array of objects, where each object contains the information about one key to add to the log event.
-