| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
LogsSummary |
LogsSummary.clone() |
LogsSummary |
DescribeBrokerResult.getLogs()
The list of information about logs currently enabled and pending to be deployed for the specified broker.
|
LogsSummary |
LogsSummary.withAudit(Boolean audit)
Enables audit logging.
|
LogsSummary |
LogsSummary.withAuditLogGroup(String auditLogGroup)
The location of the CloudWatch Logs log group where audit logs are sent.
|
LogsSummary |
LogsSummary.withGeneral(Boolean general)
Enables general logging.
|
LogsSummary |
LogsSummary.withGeneralLogGroup(String generalLogGroup)
The location of the CloudWatch Logs log group where general logs are sent.
|
LogsSummary |
LogsSummary.withPending(PendingLogs pending)
The list of information about logs pending to be deployed for the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBrokerResult.setLogs(LogsSummary logs)
The list of information about logs currently enabled and pending to be deployed for the specified broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withLogs(LogsSummary logs)
The list of information about logs currently enabled and pending to be deployed for the specified broker.
|
Copyright © 2020. All rights reserved.