Uses of Class
software.amazon.awssdk.services.rds.model.CloudwatchLogsExportConfiguration
Packages that use CloudwatchLogsExportConfiguration
-
Uses of CloudwatchLogsExportConfiguration in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CloudwatchLogsExportConfigurationModifier and TypeMethodDescriptionModifyDbClusterRequest.cloudwatchLogsExportConfiguration()The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.ModifyDbInstanceRequest.cloudwatchLogsExportConfiguration()The log types to be enabled for export to CloudWatch Logs for a specific DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type CloudwatchLogsExportConfigurationModifier and TypeMethodDescriptionModifyDbClusterRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration) The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.ModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration) The log types to be enabled for export to CloudWatch Logs for a specific DB instance.