Uses of Interface
software.amazon.awssdk.services.eks.model.Logging.Builder
-
Packages that use Logging.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Logging.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return Logging.Builder Modifier and Type Method Description static Logging.BuilderLogging. builder()Logging.BuilderLogging.Builder. clusterLogging(Collection<LogSetup> clusterLogging)The cluster control plane logging configuration for your cluster.Logging.BuilderLogging.Builder. clusterLogging(Consumer<LogSetup.Builder>... clusterLogging)The cluster control plane logging configuration for your cluster.Logging.BuilderLogging.Builder. clusterLogging(LogSetup... clusterLogging)The cluster control plane logging configuration for your cluster.Logging.BuilderLogging. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type Logging.Builder Modifier and Type Method Description static Class<? extends Logging.Builder>Logging. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type Logging.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. logging(Consumer<Logging.Builder> logging)The logging configuration for your cluster.default CreateClusterRequest.BuilderCreateClusterRequest.Builder. logging(Consumer<Logging.Builder> logging)Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.default UpdateClusterConfigRequest.BuilderUpdateClusterConfigRequest.Builder. logging(Consumer<Logging.Builder> logging)Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
-