| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static LogFormat |
LogFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogFormat |
LogDeliveryConfiguration.logFormat()
Returns the log format, either JSON or TEXT.
|
LogFormat |
PendingLogDeliveryConfiguration.logFormat()
Returns the log format, either JSON or TEXT
|
LogFormat |
LogDeliveryConfigurationRequest.logFormat()
Specifies either JSON or TEXT
|
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 |
|---|---|
static Set<LogFormat> |
LogFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LogDeliveryConfiguration.Builder |
LogDeliveryConfiguration.Builder.logFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT.
|
PendingLogDeliveryConfiguration.Builder |
PendingLogDeliveryConfiguration.Builder.logFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT
|
LogDeliveryConfigurationRequest.Builder |
LogDeliveryConfigurationRequest.Builder.logFormat(LogFormat logFormat)
Specifies either JSON or TEXT
|
Copyright © 2023. All rights reserved.