| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<LogDeliveryConfiguration> |
ReplicationGroup.logDeliveryConfigurations()
Returns the destination, format and type of the logs.
|
List<LogDeliveryConfiguration> |
CacheCluster.logDeliveryConfigurations()
Returns the destination, format and type of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationGroup.Builder |
ReplicationGroup.Builder.logDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
CacheCluster.Builder |
CacheCluster.Builder.logDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationGroup.Builder |
ReplicationGroup.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
CacheCluster.Builder |
CacheCluster.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
|
Copyright © 2023. All rights reserved.