Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SplitStringEntry
Packages that use SplitStringEntry
-
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 SplitStringEntryModifier and TypeMethodDescriptionfinal 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 SplitStringEntryModifier and TypeMethodDescriptionSplitString.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 SplitStringEntryModifier and TypeMethodDescriptionSplitString.Builder.entries(Collection<SplitStringEntry> entries) An array ofSplitStringEntryobjects, where each object contains the information about one field to split.