Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
LogDeliveryConfiguration |
LogDeliveryConfiguration.clone() |
LogDeliveryConfiguration |
LogDeliveryConfiguration.withDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withDestinationType(DestinationType destinationType)
Returns the destination type, either
cloudwatch-logs or kinesis-firehose . |
LogDeliveryConfiguration |
LogDeliveryConfiguration.withDestinationType(String destinationType)
Returns the destination type, either
cloudwatch-logs or kinesis-firehose . |
LogDeliveryConfiguration |
LogDeliveryConfiguration.withLogFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withLogFormat(String logFormat)
Returns the log format, either JSON or TEXT.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withLogType(LogType logType)
Refers to slow-log or engine-log.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withLogType(String logType)
Refers to slow-log or engine-log.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withMessage(String message)
Returns an error message for the log delivery configuration.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withStatus(LogDeliveryConfigurationStatus status)
Returns the log delivery configuration status.
|
LogDeliveryConfiguration |
LogDeliveryConfiguration.withStatus(String status)
Returns the log delivery configuration status.
|
Modifier and Type | Method and Description |
---|---|
List<LogDeliveryConfiguration> |
CacheCluster.getLogDeliveryConfigurations()
Returns the destination, format and type of the logs.
|
List<LogDeliveryConfiguration> |
ReplicationGroup.getLogDeliveryConfigurations()
Returns the destination, format and type of the logs.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
CacheCluster.withLogDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
ReplicationGroup |
ReplicationGroup.withLogDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCluster.setLogDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
void |
ReplicationGroup.setLogDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
CacheCluster |
CacheCluster.withLogDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
ReplicationGroup |
ReplicationGroup.withLogDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
Copyright © 2022. All rights reserved.