com.baidubce.services.kms.model
Class EnableKeyRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.kms.model.GenericKmsRequest
          extended by com.baidubce.services.kms.model.EnableKeyRequest

public class EnableKeyRequest
extends GenericKmsRequest

Provides options for enableKey master key.


Constructor Summary
EnableKeyRequest()
           
EnableKeyRequest(String keyId)
           
 
Method Summary
 String getKeyId()
           
 void setKeyId(String keyId)
           
 EnableKeyRequest withRequestCredentials(BceCredentials credentials)
          Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableKeyRequest

public EnableKeyRequest()

EnableKeyRequest

public EnableKeyRequest(String keyId)
Method Detail

withRequestCredentials

public EnableKeyRequest withRequestCredentials(BceCredentials credentials)
Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest

Specified by:
withRequestCredentials in class AbstractBceRequest

setKeyId

public void setKeyId(String keyId)

getKeyId

public String getKeyId()


Copyright © 2018. All rights reserved.