Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.clone() |
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withDestinationType(DestinationType destinationType)
Specify either
cloudwatch-logs or kinesis-firehose as the destination type. |
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withDestinationType(String destinationType)
Specify either
cloudwatch-logs or kinesis-firehose as the destination type. |
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withEnabled(Boolean enabled)
Specify if log delivery is enabled.
|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withLogFormat(LogFormat logFormat)
Specifies either JSON or TEXT
|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withLogFormat(String logFormat)
Specifies either JSON or TEXT
|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withLogType(LogType logType)
Refers to slow-log or engine-log..
|
LogDeliveryConfigurationRequest |
LogDeliveryConfigurationRequest.withLogType(String logType)
Refers to slow-log or engine-log..
|
Modifier and Type | Method and Description |
---|---|
List<LogDeliveryConfigurationRequest> |
ModifyCacheClusterRequest.getLogDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
CreateReplicationGroupRequest.getLogDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
CreateCacheClusterRequest.getLogDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
ModifyReplicationGroupRequest.getLogDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
Modifier and Type | Method and Description |
---|---|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withLogDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withLogDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withLogDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withLogDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyCacheClusterRequest.setLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
void |
CreateReplicationGroupRequest.setLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
void |
CreateCacheClusterRequest.setLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
void |
ModifyReplicationGroupRequest.setLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withLogDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
Copyright © 2023. All rights reserved.