com.baidubce.services.kms.model
Class CreateKeyResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.kms.model.KmsResponse
com.baidubce.services.kms.model.CreateKeyResponse
- All Implemented Interfaces:
- Serializable
public class CreateKeyResponse
- extends KmsResponse
Contains the details returned from Kms after calling the CreateKey operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateKeyResponse
public CreateKeyResponse()
setKeyMetadata
public void setKeyMetadata(KeyMetadata keyMetadata)
getKeyMetadata
public KeyMetadata getKeyMetadata()
Copyright © 2018. All rights reserved.