Uses of Class
software.amazon.awssdk.services.elasticache.model.LogFormat
-
Packages that use LogFormat Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of LogFormat in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return LogFormat Modifier and Type Method Description static LogFormatLogFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogFormatLogDeliveryConfiguration. logFormat()Returns the log format, either JSON or TEXT.LogFormatLogDeliveryConfigurationRequest. logFormat()Specifies either JSON or TEXTLogFormatPendingLogDeliveryConfiguration. logFormat()Returns the log format, either JSON or TEXTstatic LogFormatLogFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static LogFormat[]LogFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type LogFormat Modifier and Type Method Description static Set<LogFormat>LogFormat. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type LogFormat Modifier and Type Method Description LogDeliveryConfiguration.BuilderLogDeliveryConfiguration.Builder. logFormat(LogFormat logFormat)Returns the log format, either JSON or TEXT.LogDeliveryConfigurationRequest.BuilderLogDeliveryConfigurationRequest.Builder. logFormat(LogFormat logFormat)Specifies either JSON or TEXTPendingLogDeliveryConfiguration.BuilderPendingLogDeliveryConfiguration.Builder. logFormat(LogFormat logFormat)Returns the log format, either JSON or TEXT
-