Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.OCSFVersion
Packages that use OCSFVersion
-
Uses of OCSFVersion in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OCSFVersionModifier and TypeMethodDescriptionstatic OCSFVersionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OCSFVersionParseToOCSF.ocsfVersion()Specify which version of the OCSF schema to use for the transformed log events.static OCSFVersionReturns the enum constant of this type with the specified name.static OCSFVersion[]OCSFVersion.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 OCSFVersionMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OCSFVersionModifier and TypeMethodDescriptionParseToOCSF.Builder.ocsfVersion(OCSFVersion ocsfVersion) Specify which version of the OCSF schema to use for the transformed log events.