Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationCreateOrUpdateRequest
Packages that use AssociationCreateOrUpdateRequest
Package
Description
-
Uses of AssociationCreateOrUpdateRequest in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client with parameters of type AssociationCreateOrUpdateRequestModifier and TypeMethodDescriptionCachedSchemaRegistryClient.createAssociation(AssociationCreateOrUpdateRequest request) MockSchemaRegistryClient.createAssociation(AssociationCreateOrUpdateRequest request) default AssociationResponseSchemaRegistryClient.createAssociation(AssociationCreateOrUpdateRequest request) CachedSchemaRegistryClient.createOrUpdateAssociation(AssociationCreateOrUpdateRequest request) MockSchemaRegistryClient.createOrUpdateAssociation(AssociationCreateOrUpdateRequest request) default AssociationResponseSchemaRegistryClient.createOrUpdateAssociation(AssociationCreateOrUpdateRequest request) -
Uses of AssociationCreateOrUpdateRequest in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest with parameters of type AssociationCreateOrUpdateRequestModifier and TypeMethodDescriptionRestService.createAssociation(Map<String, String> requestProperties, String context, Boolean dryRun, AssociationCreateOrUpdateRequest request) RestService.createOrUpdateAssociation(Map<String, String> requestProperties, String context, Boolean dryRun, AssociationCreateOrUpdateRequest request)