public class UpdateKekRequest extends Object
| Constructor and Description |
|---|
UpdateKekRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static UpdateKekRequest |
fromJson(String json) |
String |
getDoc() |
Map<String,String> |
getKmsProps() |
int |
hashCode() |
Boolean |
isShared() |
void |
setDoc(String doc) |
void |
setKmsProps(Map<String,String> kmsProps) |
void |
setShared(Boolean shared) |
String |
toJson() |
String |
toString() |
public static UpdateKekRequest fromJson(String json) throws IOException
IOExceptionpublic String getDoc()
public void setDoc(String doc)
public Boolean isShared()
public void setShared(Boolean shared)
public String toJson() throws IOException
IOExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.