| 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)
Location of CloudWatch Log group where audit logs will be sent.
|
LogsSummary |
LogsSummary.withGeneral(Boolean general)
Enables general logging.
|
LogsSummary |
LogsSummary.withGeneralLogGroup(String generalLogGroup)
Location of CloudWatch Log group where general logs will be 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 © 2018. All rights reserved.