Uses of Class
software.amazon.awssdk.services.kafka.model.EnhancedMonitoring
-
Packages that use EnhancedMonitoring Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of EnhancedMonitoring in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return EnhancedMonitoring Modifier and Type Method Description EnhancedMonitoringClusterInfo. enhancedMonitoring()Specifies which metrics are gathered for the MSK cluster.EnhancedMonitoringCreateClusterRequest. enhancedMonitoring()Specifies the level of monitoring for the MSK cluster.EnhancedMonitoringMutableClusterInfo. enhancedMonitoring()Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.EnhancedMonitoringProvisioned. enhancedMonitoring()Specifies the level of monitoring for the MSK cluster.EnhancedMonitoringProvisionedRequest. enhancedMonitoring()Specifies the level of monitoring for the MSK cluster.EnhancedMonitoringUpdateMonitoringRequest. enhancedMonitoring()Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.static EnhancedMonitoringEnhancedMonitoring. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EnhancedMonitoringEnhancedMonitoring. valueOf(String name)Returns the enum constant of this type with the specified name.static EnhancedMonitoring[]EnhancedMonitoring. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type EnhancedMonitoring Modifier and Type Method Description static Set<EnhancedMonitoring>EnhancedMonitoring. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type EnhancedMonitoring Modifier and Type Method Description ClusterInfo.BuilderClusterInfo.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies which metrics are gathered for the MSK cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies the level of monitoring for the MSK cluster.MutableClusterInfo.BuilderMutableClusterInfo.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.Provisioned.BuilderProvisioned.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies the level of monitoring for the MSK cluster.ProvisionedRequest.BuilderProvisionedRequest.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies the level of monitoring for the MSK cluster.UpdateMonitoringRequest.BuilderUpdateMonitoringRequest.Builder. enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
-