Uses of Class
software.amazon.awssdk.services.eks.model.Logging
-
Packages that use Logging Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Logging in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return Logging Modifier and Type Method Description LoggingCluster. logging()The logging configuration for your cluster.LoggingCreateClusterRequest. logging()Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.LoggingUpdateClusterConfigRequest. logging()Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.Methods in software.amazon.awssdk.services.eks.model with parameters of type Logging Modifier and Type Method Description Cluster.BuilderCluster.Builder. logging(Logging logging)The logging configuration for your cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. logging(Logging logging)Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.UpdateClusterConfigRequest.BuilderUpdateClusterConfigRequest.Builder. logging(Logging logging)Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
-