| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.builder() |
CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.Builder.disableLogTypes(Collection<String> disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.Builder.disableLogTypes(String... disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.Builder.enableLogTypes(Collection<String> enableLogTypes)
The list of log types to enable.
|
CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.Builder.enableLogTypes(String... enableLogTypes)
The list of log types to enable.
|
CloudwatchLogsExportConfiguration.Builder |
CloudwatchLogsExportConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudwatchLogsExportConfiguration.Builder> |
CloudwatchLogsExportConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbClusterRequest.Builder |
ModifyDbClusterRequest.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.Builder |
ModifyDbInstanceRequest.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
instance or DB cluster.
|
Copyright © 2021. All rights reserved.