public class ScheduleKeyDeletionRequest extends GenericKmsRequest
| Constructor and Description |
|---|
ScheduleKeyDeletionRequest() |
ScheduleKeyDeletionRequest(String keyId,
int pendingWindowsInDays) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId() |
int |
getPendingWindowsInDays() |
void |
setKeyId(String keyId) |
void |
setPendingWindowInDays(int pendingWindowInDays) |
ScheduleKeyDeletionRequest |
withRequestCredentials(BceCredentials credentials)
Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest
|
getRequestCredentials, setRequestCredentialspublic ScheduleKeyDeletionRequest()
public ScheduleKeyDeletionRequest(String keyId, int pendingWindowsInDays)
public void setKeyId(String keyId)
public ScheduleKeyDeletionRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getKeyId()
public void setPendingWindowInDays(int pendingWindowInDays)
public int getPendingWindowsInDays()
Copyright © 2021. All rights reserved.