com.baidubce.services.kms.model
Class ScheduleKeyDeletionRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.kms.model.GenericKmsRequest
com.baidubce.services.kms.model.ScheduleKeyDeletionRequest
public class ScheduleKeyDeletionRequest
- extends GenericKmsRequest
Provides options for deleting master key.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleKeyDeletionRequest
public ScheduleKeyDeletionRequest()
ScheduleKeyDeletionRequest
public ScheduleKeyDeletionRequest(String keyId,
int pendingWindowsInDays)
setKeyId
public void setKeyId(String keyId)
withRequestCredentials
public ScheduleKeyDeletionRequest withRequestCredentials(BceCredentials credentials)
- Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest
- Specified by:
withRequestCredentials
in class AbstractBceRequest
getKeyId
public String getKeyId()
setPendingWindowInDays
public void setPendingWindowInDays(int pendingWindowInDays)
getPendingWindowsInDays
public int getPendingWindowsInDays()
Copyright © 2018. All rights reserved.