Uses of Enum Class
com.yahoo.config.model.api.ApplicationClusterEndpoint.AuthMethod
Packages that use ApplicationClusterEndpoint.AuthMethod
-
Uses of ApplicationClusterEndpoint.AuthMethod in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api that return ApplicationClusterEndpoint.AuthMethodModifier and TypeMethodDescriptionApplicationClusterEndpoint.authMethod()ContainerEndpoint.authMethod()Returns the enum constant of this class with the specified name.ApplicationClusterEndpoint.AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.model.api with parameters of type ApplicationClusterEndpoint.AuthMethodModifier and TypeMethodDescriptionApplicationClusterEndpoint.Builder.authMethod(ApplicationClusterEndpoint.AuthMethod authMethod) Constructors in com.yahoo.config.model.api with parameters of type ApplicationClusterEndpoint.AuthMethodModifierConstructorDescriptionContainerEndpoint(String clusterId, ApplicationClusterEndpoint.Scope scope, List<String> names, OptionalInt weight, ApplicationClusterEndpoint.RoutingMethod routingMethod, ApplicationClusterEndpoint.AuthMethod authMethod)