| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingInfo |
LoggingInfo.clone() |
LoggingInfo |
MutableClusterInfo.getLoggingInfo()
You can configure your MSK cluster to send broker logs to different destination types.
|
LoggingInfo |
CreateClusterRequest.getLoggingInfo() |
LoggingInfo |
UpdateMonitoringRequest.getLoggingInfo() |
LoggingInfo |
ClusterInfo.getLoggingInfo() |
LoggingInfo |
LoggingInfo.withBrokerLogs(BrokerLogs brokerLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableClusterInfo.setLoggingInfo(LoggingInfo loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
void |
CreateClusterRequest.setLoggingInfo(LoggingInfo loggingInfo) |
void |
UpdateMonitoringRequest.setLoggingInfo(LoggingInfo loggingInfo) |
void |
ClusterInfo.setLoggingInfo(LoggingInfo loggingInfo) |
MutableClusterInfo |
MutableClusterInfo.withLoggingInfo(LoggingInfo loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
CreateClusterRequest |
CreateClusterRequest.withLoggingInfo(LoggingInfo loggingInfo) |
UpdateMonitoringRequest |
UpdateMonitoringRequest.withLoggingInfo(LoggingInfo loggingInfo) |
ClusterInfo |
ClusterInfo.withLoggingInfo(LoggingInfo loggingInfo) |
Copyright © 2021. All rights reserved.