Uses of Class
org.apache.camel.component.aws2.eks.EKS2Configuration
Packages that use EKS2Configuration
Package
Description
-
Uses of EKS2Configuration in org.apache.camel.component.aws2.eks
Methods in org.apache.camel.component.aws2.eks that return EKS2ConfigurationModifier and TypeMethodDescriptionEKS2Configuration.copy()EKS2Component.getConfiguration()EKS2Endpoint.getConfiguration()protected EKS2ConfigurationEKS2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.eks with parameters of type EKS2ConfigurationModifier and TypeMethodDescriptionvoidEKS2Component.setConfiguration(EKS2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.eks with parameters of type EKS2ConfigurationModifierConstructorDescriptionEKS2Endpoint(String uri, org.apache.camel.Component component, EKS2Configuration configuration) -
Uses of EKS2Configuration in org.apache.camel.component.aws2.eks.client
Methods in org.apache.camel.component.aws2.eks.client with parameters of type EKS2ConfigurationModifier and TypeMethodDescriptionstatic EKS2InternalClientEKS2ClientFactory.getEksClient(EKS2Configuration configuration) Return the correct AWS EKS client (based on remote vs local). -
Uses of EKS2Configuration in org.apache.camel.component.aws2.eks.client.impl
Constructors in org.apache.camel.component.aws2.eks.client.impl with parameters of type EKS2ConfigurationModifierConstructorDescriptionEKS2ClientIAMOptimizedImpl(EKS2Configuration configuration) Constructor that uses the config file.EKS2ClientIAMProfileOptimizedImpl(EKS2Configuration configuration) Constructor that uses the config file.EKS2ClientSessionTokenImpl(EKS2Configuration configuration) Constructor that uses the config file.EKS2ClientStandardImpl(EKS2Configuration configuration) Constructor that uses the config file.