| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
static PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.builder() |
PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.Builder.logTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.Builder.logTypesToDisable(String... logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.Builder.logTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated.
|
PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.Builder.logTypesToEnable(String... logTypesToEnable)
Log types that are in the process of being deactivated.
|
PendingCloudwatchLogsExports.Builder |
PendingCloudwatchLogsExports.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PendingCloudwatchLogsExports.Builder> |
PendingCloudwatchLogsExports.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PendingModifiedValues.Builder |
PendingModifiedValues.Builder.pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending.
|
Copyright © 2022. All rights reserved.