Uses of Interface
software.amazon.awssdk.services.rds.model.CloudwatchLogsExportConfiguration.Builder
-
Packages that use CloudwatchLogsExportConfiguration.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of CloudwatchLogsExportConfiguration.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CloudwatchLogsExportConfiguration.Builder Modifier and Type Method Description static CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration. builder()CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration.Builder. disableLogTypes(String... disableLogTypes)The list of log types to disable.CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration.Builder. disableLogTypes(Collection<String> disableLogTypes)The list of log types to disable.CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration.Builder. enableLogTypes(String... enableLogTypes)The list of log types to enable.CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration.Builder. enableLogTypes(Collection<String> enableLogTypes)The list of log types to enable.CloudwatchLogsExportConfiguration.BuilderCloudwatchLogsExportConfiguration. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CloudwatchLogsExportConfiguration.Builder Modifier and Type Method Description static Class<? extends CloudwatchLogsExportConfiguration.Builder>CloudwatchLogsExportConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type CloudwatchLogsExportConfiguration.Builder Modifier and Type Method Description default ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder. cloudwatchLogsExportConfiguration(Consumer<CloudwatchLogsExportConfiguration.Builder> cloudwatchLogsExportConfiguration)The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.default ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder. cloudwatchLogsExportConfiguration(Consumer<CloudwatchLogsExportConfiguration.Builder> cloudwatchLogsExportConfiguration)The log types to be enabled for export to CloudWatch Logs for a specific DB instance.
-