Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
KeyGroupConfig |
KeyGroupConfig.clone() |
KeyGroupConfig |
KeyGroup.getKeyGroupConfig()
The key group configuration.
|
KeyGroupConfig |
UpdateKeyGroupRequest.getKeyGroupConfig()
The key group configuration.
|
KeyGroupConfig |
CreateKeyGroupRequest.getKeyGroupConfig()
A key group configuration.
|
KeyGroupConfig |
GetKeyGroupConfigResult.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 |
KeyGroup.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
void |
UpdateKeyGroupRequest.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
void |
CreateKeyGroupRequest.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
A key group configuration.
|
void |
GetKeyGroupConfigResult.setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
KeyGroup |
KeyGroup.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
UpdateKeyGroupRequest |
UpdateKeyGroupRequest.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
CreateKeyGroupRequest |
CreateKeyGroupRequest.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
A key group configuration.
|
GetKeyGroupConfigResult |
GetKeyGroupConfigResult.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
Copyright © 2022. All rights reserved.