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 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.LogDeliveryConfigurationGetDbInstanceResponse. logDeliveryConfiguration()Configuration for sending InfluxDB engine logs to send to specified S3 bucket.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 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.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.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.
-