| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
PendingLogs.Builder |
PendingLogs.Builder.audit(Boolean audit)
Enables audit logging.
|
static PendingLogs.Builder |
PendingLogs.builder() |
PendingLogs.Builder |
PendingLogs.Builder.general(Boolean general)
Enables general logging.
|
PendingLogs.Builder |
PendingLogs.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PendingLogs.Builder> |
PendingLogs.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LogsSummary.Builder |
LogsSummary.Builder.pending(Consumer<PendingLogs.Builder> pending)
The list of information about logs pending to be deployed for the specified broker.
|
Copyright © 2022. All rights reserved.