public class DisableKeysRequest extends AbstractModel
Constructor and Description |
---|
DisableKeysRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getKeyIds()
Get List of IDs of the CMKs to be disabled in batches.
|
void |
setKeyIds(String[] KeyIds)
Set List of IDs of the CMKs to be disabled in batches.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- List of IDs of the CMKs to be disabled in batches. Up to 100 CMKs are supported at a timeCopyright © 2020. All rights reserved.