类 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.
-
-
构造器概要
构造器 构造器 说明 ScheduleKeyDeletionRequest()ScheduleKeyDeletionRequest(String keyId, int pendingWindowsInDays)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetKeyId()intgetPendingWindowsInDays()voidsetKeyId(String keyId)voidsetPendingWindowInDays(int pendingWindowInDays)ScheduleKeyDeletionRequestwithRequestCredentials(BceCredentials credentials)Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
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- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
getKeyId
public String getKeyId()
-
setPendingWindowInDays
public void setPendingWindowInDays(int pendingWindowInDays)
-
getPendingWindowsInDays
public int getPendingWindowsInDays()
-
-