Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationBatchRequest
Packages that use AssociationBatchRequest
Package
Description
-
Uses of AssociationBatchRequest in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client with parameters of type AssociationBatchRequestModifier and TypeMethodDescriptionCachedSchemaRegistryClient.mutateAssociations(String context, Boolean dryRun, AssociationBatchRequest request) default AssociationBatchResponseSchemaRegistryClient.mutateAssociations(String context, Boolean dryRun, AssociationBatchRequest request) -
Uses of AssociationBatchRequest in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest with parameters of type AssociationBatchRequestModifier and TypeMethodDescriptionRestService.mutateAssociations(Map<String, String> requestProperties, String context, Boolean dryRun, AssociationBatchRequest request)