Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CopyValueEntry
-
Packages that use CopyValueEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 CopyValueEntry Modifier and Type Method Description 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 CopyValueEntry Modifier and Type Method Description CopyValue.BuilderCopyValue.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 CopyValueEntry Modifier and Type Method Description CopyValue.BuilderCopyValue.Builder. entries(Collection<CopyValueEntry> entries)An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.
-