Uses of Class
software.amazon.awssdk.services.kafka.model.LoggingInfo
-
Packages that use LoggingInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of LoggingInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return LoggingInfo Modifier and Type Method Description LoggingInfoClusterInfo. loggingInfo()Returns the value of the LoggingInfo property for this object.LoggingInfoCreateClusterRequest. loggingInfo()Returns the value of the LoggingInfo property for this object.LoggingInfoMutableClusterInfo. loggingInfo()You can configure your MSK cluster to send broker logs to different destination types.LoggingInfoProvisioned. loggingInfo()Log delivery information for the cluster.LoggingInfoProvisionedRequest. loggingInfo()Log delivery information for the cluster.LoggingInfoUpdateMonitoringRequest. loggingInfo()Returns the value of the LoggingInfo property for this object.Methods in software.amazon.awssdk.services.kafka.model with parameters of type LoggingInfo Modifier and Type Method Description ClusterInfo.BuilderClusterInfo.Builder. loggingInfo(LoggingInfo loggingInfo)Sets the value of the LoggingInfo property for this object.CreateClusterRequest.BuilderCreateClusterRequest.Builder. loggingInfo(LoggingInfo loggingInfo)Sets the value of the LoggingInfo property for this object.MutableClusterInfo.BuilderMutableClusterInfo.Builder. loggingInfo(LoggingInfo loggingInfo)You can configure your MSK cluster to send broker logs to different destination types.Provisioned.BuilderProvisioned.Builder. loggingInfo(LoggingInfo loggingInfo)Log delivery information for the cluster.ProvisionedRequest.BuilderProvisionedRequest.Builder. loggingInfo(LoggingInfo loggingInfo)Log delivery information for the cluster.UpdateMonitoringRequest.BuilderUpdateMonitoringRequest.Builder. loggingInfo(LoggingInfo loggingInfo)Sets the value of the LoggingInfo property for this object.
-