Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.LogDeliveryConfiguration
-
Packages that use LogDeliveryConfiguration Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of LogDeliveryConfiguration in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return LogDeliveryConfiguration Modifier and Type Method Description LogDeliveryConfigurationCreateDbClusterRequest. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to a specified S3 bucket.LogDeliveryConfigurationCreateDbInstanceRequest. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to a specified S3 bucket.LogDeliveryConfigurationCreateDbInstanceResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.LogDeliveryConfigurationDeleteDbInstanceResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.LogDeliveryConfigurationGetDbClusterResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.LogDeliveryConfigurationGetDbInstanceResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.LogDeliveryConfigurationUpdateDbClusterRequest. logDeliveryConfiguration()The log delivery configuration to apply to the DB cluster.LogDeliveryConfigurationUpdateDbInstanceRequest. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.LogDeliveryConfigurationUpdateDbInstanceResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type LogDeliveryConfiguration Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to a specified S3 bucket.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to a specified S3 bucket.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.GetDbClusterResponse.BuilderGetDbClusterResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.UpdateDbClusterRequest.BuilderUpdateDbClusterRequest.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)The log delivery configuration to apply to the DB cluster.UpdateDbInstanceRequest.BuilderUpdateDbInstanceRequest.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
-