Uses of Class
software.amazon.awssdk.services.elasticache.model.LogDeliveryConfigurationRequest
-
Packages that use LogDeliveryConfigurationRequest Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of LogDeliveryConfigurationRequest in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type LogDeliveryConfigurationRequest Modifier and Type Method Description List<LogDeliveryConfigurationRequest>CreateCacheClusterRequest. logDeliveryConfigurations()Specifies the destination, format and type of the logs.List<LogDeliveryConfigurationRequest>CreateReplicationGroupRequest. logDeliveryConfigurations()Specifies the destination, format and type of the logs.List<LogDeliveryConfigurationRequest>ModifyCacheClusterRequest. logDeliveryConfigurations()Specifies the destination, format and type of the logs.List<LogDeliveryConfigurationRequest>ModifyReplicationGroupRequest. logDeliveryConfigurations()Specifies the destination, format and type of the logs.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type LogDeliveryConfigurationRequest Modifier and Type Method Description CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)Specifies the destination, format and type of the logs.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)Specifies the destination, format and type of the logs.ModifyCacheClusterRequest.BuilderModifyCacheClusterRequest.Builder. logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)Specifies the destination, format and type of the logs.ModifyReplicationGroupRequest.BuilderModifyReplicationGroupRequest.Builder. logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)Specifies the destination, format and type of the logs.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type LogDeliveryConfigurationRequest Modifier and Type Method Description CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)Specifies the destination, format and type of the logs.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)Specifies the destination, format and type of the logs.ModifyCacheClusterRequest.BuilderModifyCacheClusterRequest.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)Specifies the destination, format and type of the logs.ModifyReplicationGroupRequest.BuilderModifyReplicationGroupRequest.Builder. logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)Specifies the destination, format and type of the logs.
-