Uses of Class
io.confluent.dekregistry.client.rest.entities.Kek
Packages that use Kek
-
Uses of Kek in io.confluent.dekregistry.client
Methods in io.confluent.dekregistry.client that return KekModifier and TypeMethodDescriptionCachedDekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared) CachedDekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared, boolean deleted) CachedDekRegistryClient.createKek(Map<String, String> requestProperties, String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared, boolean deleted) DekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared) DekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared, boolean deleted) MockDekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared) MockDekRegistryClient.createKek(String name, String kmsType, String kmsKeyId, Map<String, String> kmsProps, String doc, boolean shared, boolean deleted) CachedDekRegistryClient.updateKek(String name, Map<String, String> kmsProps, String doc, Boolean shared) CachedDekRegistryClient.updateKek(Map<String, String> requestProperties, String name, Map<String, String> kmsProps, String doc, Boolean shared) MockDekRegistryClient.updateKek(String name, Map<String, String> kmsProps, String doc, Boolean shared) -
Uses of Kek in io.confluent.dekregistry.client.rest
Methods in io.confluent.dekregistry.client.rest that return KekModifier and TypeMethodDescriptionDekRegistryRestService.createKek(CreateKekRequest request) DekRegistryRestService.createKek(Map<String, String> requestProperties, CreateKekRequest request) DekRegistryRestService.getKek(Map<String, String> requestProperties, String name, boolean lookupDeleted) DekRegistryRestService.updateKek(String name, UpdateKekRequest request) DekRegistryRestService.updateKek(Map<String, String> requestProperties, String name, UpdateKekRequest request)