Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationResponse
Packages that use AssociationResponse
Package
Description
-
Uses of AssociationResponse in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return AssociationResponseModifier 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 AssociationResponse in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest that return AssociationResponseModifier 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) -
Uses of AssociationResponse in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return AssociationResponseModifier and TypeMethodDescriptionstatic AssociationResponseAssociation.toAssociationResponse(String resourceName, String resourceNamespace, String resourceId, String resourceType, List<Association> associations, Map<String, Schema> schemas) -
Uses of AssociationResponse in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return AssociationResponseMethods in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type AssociationResponseConstructors in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type AssociationResponse