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.BuilderCacheCluster.Builder. logDeliveryConfigurations(LogDeliveryConfiguration... logDeliveryConfigurations)Returns the destination, format and type of the logs.ReplicationGroup.BuilderReplicationGroup.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.BuilderCacheCluster.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)Returns the destination, format and type of the logs.ReplicationGroup.BuilderReplicationGroup.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)Returns the destination, format and type of the logs.
-