| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.clone() |
Logging |
UpdateClusterConfigRequest.getLogging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Logging |
CreateClusterRequest.getLogging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Logging |
Cluster.getLogging()
The logging configuration for your cluster.
|
Logging |
Logging.withClusterLogging(Collection<LogSetup> clusterLogging)
The cluster control plane logging configuration for your cluster.
|
Logging |
Logging.withClusterLogging(LogSetup... clusterLogging)
The cluster control plane logging configuration for your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterConfigRequest.setLogging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
void |
CreateClusterRequest.setLogging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
void |
Cluster.setLogging(Logging logging)
The logging configuration for your cluster.
|
UpdateClusterConfigRequest |
UpdateClusterConfigRequest.withLogging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
CreateClusterRequest |
CreateClusterRequest.withLogging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Cluster |
Cluster.withLogging(Logging logging)
The logging configuration for your cluster.
|
Copyright © 2024. All rights reserved.