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