Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.AllowDenyItemBuilder
-
Packages that use AllowDenyItemBuilder Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of AllowDenyItemBuilder in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return AllowDenyItemBuilder Modifier and Type Method Description AllowDenyItemBuilderAllowDenyItem. edit()AllowDenyItemBuilderAllowDenyItem. toBuilder()Method parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type AllowDenyItemBuilder Modifier and Type Method Description AllowDenyItemSubscriptionSpecFluent. buildMatchingAllow(Predicate<AllowDenyItemBuilder> predicate)AllowDenyItemSubscriptionSpecFluent. buildMatchingDeny(Predicate<AllowDenyItemBuilder> predicate)SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. editMatchingAllow(Predicate<AllowDenyItemBuilder> predicate)SubscriptionSpecFluent.DenyNested<A>SubscriptionSpecFluent. editMatchingDeny(Predicate<AllowDenyItemBuilder> predicate)booleanSubscriptionSpecFluent. hasMatchingAllow(Predicate<AllowDenyItemBuilder> predicate)booleanSubscriptionSpecFluent. hasMatchingDeny(Predicate<AllowDenyItemBuilder> predicate)ASubscriptionSpecFluent. removeMatchingFromAllow(Predicate<AllowDenyItemBuilder> predicate)ASubscriptionSpecFluent. removeMatchingFromDeny(Predicate<AllowDenyItemBuilder> predicate)
-