| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.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)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs
are enabled and which are disabled. |
Copyright © 2021. All rights reserved.