Uses of Class
io.apicurio.registry.rest.client.admin.rules.item.WithRuleTypeItemRequestBuilder.PutRequestConfiguration
Packages that use WithRuleTypeItemRequestBuilder.PutRequestConfiguration
-
Uses of WithRuleTypeItemRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.admin.rules.item
Method parameters in io.apicurio.registry.rest.client.admin.rules.item with type arguments of type WithRuleTypeItemRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionWithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)