Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.OCSFVersion
-
Packages that use OCSFVersion Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of OCSFVersion in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OCSFVersion Modifier and Type Method Description static OCSFVersionOCSFVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OCSFVersionParseToOCSF. ocsfVersion()Specify which version of the OCSF schema to use for the transformed log events.static OCSFVersionOCSFVersion. valueOf(String name)Returns 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 OCSFVersion Modifier and Type Method Description static Set<OCSFVersion>OCSFVersion. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OCSFVersion Modifier and Type Method Description ParseToOCSF.BuilderParseToOCSF.Builder. ocsfVersion(OCSFVersion ocsfVersion)Specify which version of the OCSF schema to use for the transformed log events.
-