Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
static LogFormat |
LogFormat.fromValue(String value)
Use this in place of valueOf.
|
static LogFormat |
LogFormat.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.
|
Modifier and Type | Method and Description |
---|---|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withLogFormat(LogFormat logFormat)
Specifies either JSON or TEXT
|
PendingLogDeliveryConfiguration |
PendingLogDeliveryConfiguration.withLogFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withLogFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT.
|
Copyright © 2022. All rights reserved.