| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingInfo |
MutableClusterInfo.loggingInfo()
You can configure your MSK cluster to send broker logs to different destination types.
|
LoggingInfo |
ClusterInfo.loggingInfo()
Returns the value of the LoggingInfo property for this object.
|
LoggingInfo |
UpdateMonitoringRequest.loggingInfo()
Returns the value of the LoggingInfo property for this object.
|
LoggingInfo |
Provisioned.loggingInfo()
Log delivery information for the cluster.
|
LoggingInfo |
ProvisionedRequest.loggingInfo()
Log delivery information for the cluster.
|
LoggingInfo |
CreateClusterRequest.loggingInfo()
Returns the value of the LoggingInfo property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.loggingInfo(LoggingInfo loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
ClusterInfo.Builder |
ClusterInfo.Builder.loggingInfo(LoggingInfo loggingInfo)
Sets the value of the LoggingInfo property for this object.
|
UpdateMonitoringRequest.Builder |
UpdateMonitoringRequest.Builder.loggingInfo(LoggingInfo loggingInfo)
Sets the value of the LoggingInfo property for this object.
|
Provisioned.Builder |
Provisioned.Builder.loggingInfo(LoggingInfo loggingInfo)
Log delivery information for the cluster.
|
ProvisionedRequest.Builder |
ProvisionedRequest.Builder.loggingInfo(LoggingInfo loggingInfo)
Log delivery information for the cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.loggingInfo(LoggingInfo loggingInfo)
Sets the value of the LoggingInfo property for this object.
|
Copyright © 2023. All rights reserved.