| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
KeyGroupConfig | 
KeyGroupConfig.clone()  | 
KeyGroupConfig | 
CreateKeyGroupRequest.getKeyGroupConfig()
 A key group configuration. 
 | 
KeyGroupConfig | 
KeyGroup.getKeyGroupConfig()
 The key group configuration. 
 | 
KeyGroupConfig | 
GetKeyGroupConfigResult.getKeyGroupConfig()
 The key group configuration. 
 | 
KeyGroupConfig | 
UpdateKeyGroupRequest.getKeyGroupConfig()
 The key group configuration. 
 | 
KeyGroupConfig | 
KeyGroupConfig.withComment(String comment)
 A comment to describe the key group. 
 | 
KeyGroupConfig | 
KeyGroupConfig.withItems(Collection<String> items)
 A list of the identifiers of the public keys in the key group. 
 | 
KeyGroupConfig | 
KeyGroupConfig.withItems(String... items)
 A list of the identifiers of the public keys in the key group. 
 | 
KeyGroupConfig | 
KeyGroupConfig.withName(String name)
 A name to identify the key group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateKeyGroupRequest.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 A key group configuration. 
 | 
void | 
KeyGroup.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
void | 
GetKeyGroupConfigResult.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
void | 
UpdateKeyGroupRequest.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
CreateKeyGroupRequest | 
CreateKeyGroupRequest.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 A key group configuration. 
 | 
KeyGroup | 
KeyGroup.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
GetKeyGroupConfigResult | 
GetKeyGroupConfigResult.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
UpdateKeyGroupRequest | 
UpdateKeyGroupRequest.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
 The key group configuration. 
 | 
Copyright © 2021. All rights reserved.