Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.FlattenedElement
Packages that use FlattenedElement
-
Uses of FlattenedElement in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return FlattenedElementModifier and TypeMethodDescriptionfinal FlattenedElementListToMap.flattenedElement()If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.static FlattenedElementUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FlattenedElementReturns the enum constant of this type with the specified name.static FlattenedElement[]FlattenedElement.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FlattenedElementMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type FlattenedElementModifier and TypeMethodDescriptionListToMap.Builder.flattenedElement(FlattenedElement flattenedElement) If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.