Uses of Enum Class
com.yahoo.config.provision.zone.AuthMethod
Packages that use AuthMethod
-
Uses of AuthMethod in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return types with arguments of type AuthMethodModifier and TypeMethodDescriptionZoneEndpoint.authMethods()List of allowed authentication methods for private endpoints.Method parameters in com.yahoo.config.provision with type arguments of type AuthMethodConstructor parameters in com.yahoo.config.provision with type arguments of type AuthMethodModifierConstructorDescriptionZoneEndpoint(boolean isPublicEndpoint, boolean isPrivateEndpoint, List<AuthMethod> authMethods, List<ZoneEndpoint.AllowedUrn> allowedUrns) -
Uses of AuthMethod in com.yahoo.config.provision.zone
Methods in com.yahoo.config.provision.zone that return AuthMethodModifier and TypeMethodDescriptionstatic AuthMethodReturns the enum constant of this class with the specified name.static AuthMethod[]AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.