com.baidubce.services.kms.model
Class CancelKeyDeletionRequest

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

public class CancelKeyDeletionRequest
extends GenericKmsRequest

Provides options for canceling master key deletion.


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

CancelKeyDeletionRequest

public CancelKeyDeletionRequest()

CancelKeyDeletionRequest

public CancelKeyDeletionRequest(String keyId)
Method Detail

withRequestCredentials

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