Uses of Class
software.amazon.awssdk.services.elasticache.model.LogDeliveryConfiguration
-
Packages that use LogDeliveryConfiguration Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of LogDeliveryConfiguration in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type LogDeliveryConfiguration Modifier and Type Method Description List<LogDeliveryConfiguration>
CacheCluster. logDeliveryConfigurations()
Returns the destination, format and type of the logs.List<LogDeliveryConfiguration>
ReplicationGroup. logDeliveryConfigurations()
Returns the destination, format and type of the logs.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type LogDeliveryConfiguration Modifier and Type Method Description CacheCluster.Builder
CacheCluster.Builder. logDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.ReplicationGroup.Builder
ReplicationGroup.Builder. logDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)
Returns the destination, format and type of the logs.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type LogDeliveryConfiguration Modifier and Type Method Description CacheCluster.Builder
CacheCluster.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.ReplicationGroup.Builder
ReplicationGroup.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
Returns the destination, format and type of the logs.
-