Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FlattenedElement
-
Packages that use FlattenedElement Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of FlattenedElement in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return FlattenedElement Modifier and Type Method Description FlattenedElementListToMap. flattenedElement()If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.static FlattenedElementFlattenedElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlattenedElementFlattenedElement. valueOf(String name)Returns 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 FlattenedElement Modifier and Type Method Description static Set<FlattenedElement>FlattenedElement. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type FlattenedElement Modifier and Type Method Description ListToMap.BuilderListToMap.Builder. flattenedElement(FlattenedElement flattenedElement)If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.
-