Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.SplitString.Builder
-
Packages that use SplitString.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SplitString.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SplitString.Builder Modifier and Type Method Description static SplitString.BuilderSplitString. builder()SplitString.BuilderSplitString.Builder. entries(Collection<SplitStringEntry> entries)An array ofSplitStringEntryobjects, where each object contains the information about one field to split.SplitString.BuilderSplitString.Builder. entries(Consumer<SplitStringEntry.Builder>... entries)An array ofSplitStringEntryobjects, where each object contains the information about one field to split.SplitString.BuilderSplitString.Builder. entries(SplitStringEntry... entries)An array ofSplitStringEntryobjects, where each object contains the information about one field to split.SplitString.BuilderSplitString. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SplitString.Builder Modifier and Type Method Description static Class<? extends SplitString.Builder>SplitString. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SplitString.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. splitString(Consumer<SplitString.Builder> splitString)Use this parameter to include the splitString processor in your transformer.
-