| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
EnhancedMonitoring |
MutableClusterInfo.enhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
EnhancedMonitoring |
ClusterInfo.enhancedMonitoring()
Specifies which metrics are gathered for the MSK cluster.
|
EnhancedMonitoring |
UpdateMonitoringRequest.enhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
EnhancedMonitoring |
Provisioned.enhancedMonitoring()
Specifies the level of monitoring for the MSK cluster.
|
EnhancedMonitoring |
ProvisionedRequest.enhancedMonitoring()
Specifies the level of monitoring for the MSK cluster.
|
EnhancedMonitoring |
CreateClusterRequest.enhancedMonitoring()
Specifies the level of monitoring for the MSK cluster.
|
static EnhancedMonitoring |
EnhancedMonitoring.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EnhancedMonitoring |
EnhancedMonitoring.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EnhancedMonitoring> |
EnhancedMonitoring.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which metrics are gathered for the MSK cluster.
|
UpdateMonitoringRequest.Builder |
UpdateMonitoringRequest.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
Provisioned.Builder |
Provisioned.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
ProvisionedRequest.Builder |
ProvisionedRequest.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
Copyright © 2023. All rights reserved.