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