Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SplitStringEntry
-
Packages that use SplitStringEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SplitStringEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SplitStringEntry Modifier and Type Method Description List<SplitStringEntry>SplitString. entries()An array ofSplitStringEntryobjects, where each object contains the information about one field to split.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SplitStringEntry Modifier and Type Method Description SplitString.BuilderSplitString.Builder. entries(SplitStringEntry... entries)An array ofSplitStringEntryobjects, where each object contains the information about one field to split.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SplitStringEntry Modifier and Type Method Description SplitString.BuilderSplitString.Builder. entries(Collection<SplitStringEntry> entries)An array ofSplitStringEntryobjects, where each object contains the information about one field to split.
-