Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CopyValueEntry
Packages that use CopyValueEntry
-
Uses of CopyValueEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CopyValueEntryModifier and TypeMethodDescriptionfinal List<CopyValueEntry>CopyValue.entries()An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type CopyValueEntryModifier and TypeMethodDescriptionCopyValue.Builder.entries(CopyValueEntry... entries) An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type CopyValueEntryModifier and TypeMethodDescriptionCopyValue.Builder.entries(Collection<CopyValueEntry> entries) An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.