Uses of Class
software.amazon.awssdk.services.eks.model.LogSetup
-
Packages that use LogSetup Package Description software.amazon.awssdk.services.eks.model -
-
Uses of LogSetup in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type LogSetup Modifier and Type Method Description List<LogSetup>Logging. clusterLogging()The cluster control plane logging configuration for your cluster.Methods in software.amazon.awssdk.services.eks.model with parameters of type LogSetup Modifier and Type Method Description Logging.BuilderLogging.Builder. clusterLogging(LogSetup... clusterLogging)The cluster control plane logging configuration for your cluster.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type LogSetup Modifier and Type Method Description Logging.BuilderLogging.Builder. clusterLogging(Collection<LogSetup> clusterLogging)The cluster control plane logging configuration for your cluster.
-