com.baidubce.services.kms.model
Class DisableKeyRequest

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

public class DisableKeyRequest
extends GenericKmsRequest

Provides options for disable key.


Constructor Summary
DisableKeyRequest()
           
DisableKeyRequest(String keyId)
           
 
Method Summary
 String getKeyId()
           
 void setKeyId(String keyId)
           
 DisableKeyRequest 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

DisableKeyRequest

public DisableKeyRequest()

DisableKeyRequest

public DisableKeyRequest(String keyId)
Method Detail

withRequestCredentials

public DisableKeyRequest 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.