public class EnableKeysRequest extends AbstractModel
| Constructor and Description | 
|---|
| EnableKeysRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getKeyIds()Get List of IDs of the CMKs to be enabled in batches. | 
| void | setKeyIds(String[] KeyIds)Set List of IDs of the CMKs to be enabled 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, toJsonStringpublic String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds - List of IDs of the CMKs to be enabled in batches. Up to 100 CMKs are supported at a timeCopyright © 2021. All rights reserved.