| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
CloudwatchLogsExportConfiguration |
CloudwatchLogsExportConfiguration.clone() |
CloudwatchLogsExportConfiguration |
ModifyDBInstanceRequest.getCloudwatchLogsExportConfiguration()
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
CloudwatchLogsExportConfiguration |
ModifyDBClusterRequest.getCloudwatchLogsExportConfiguration()
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
cluster.
|
CloudwatchLogsExportConfiguration |
CloudwatchLogsExportConfiguration.withDisableLogTypes(Collection<String> disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration |
CloudwatchLogsExportConfiguration.withDisableLogTypes(String... disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration |
CloudwatchLogsExportConfiguration.withEnableLogTypes(Collection<String> enableLogTypes)
The list of log types to enable.
|
CloudwatchLogsExportConfiguration |
CloudwatchLogsExportConfiguration.withEnableLogTypes(String... enableLogTypes)
The list of log types to enable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBInstanceRequest.setCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
void |
ModifyDBClusterRequest.setCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
cluster.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
cluster.
|
Copyright © 2019. All rights reserved.