Uses of Interface
software.amazon.awssdk.services.rds.model.CloudwatchLogsExportConfiguration.Builder
Packages that use CloudwatchLogsExportConfiguration.Builder
-
Uses of CloudwatchLogsExportConfiguration.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CloudwatchLogsExportConfiguration.BuilderModifier and TypeMethodDescriptionCloudwatchLogsExportConfiguration.builder()CloudwatchLogsExportConfiguration.Builder.disableLogTypes(String... disableLogTypes) The list of log types to disable.CloudwatchLogsExportConfiguration.Builder.disableLogTypes(Collection<String> disableLogTypes) The list of log types to disable.CloudwatchLogsExportConfiguration.Builder.enableLogTypes(String... enableLogTypes) The list of log types to enable.CloudwatchLogsExportConfiguration.Builder.enableLogTypes(Collection<String> enableLogTypes) The list of log types to enable.CloudwatchLogsExportConfiguration.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CloudwatchLogsExportConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudwatchLogsExportConfiguration.Builder>CloudwatchLogsExportConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type CloudwatchLogsExportConfiguration.BuilderModifier and TypeMethodDescriptiondefault 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.