Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
KeyGroup |
KeyGroup.clone() |
KeyGroup |
KeyGroupSummary.getKeyGroup()
A key group.
|
KeyGroup |
UpdateKeyGroupResult.getKeyGroup()
The key group that was just updated.
|
KeyGroup |
GetKeyGroupResult.getKeyGroup()
The key group.
|
KeyGroup |
CreateKeyGroupResult.getKeyGroup()
The key group that was just created.
|
KeyGroup |
KeyGroup.withId(String id)
The identifier for the key group.
|
KeyGroup |
KeyGroup.withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
KeyGroup |
KeyGroup.withLastModifiedTime(Date lastModifiedTime)
The date and time when the key group was last modified.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyGroupSummary.setKeyGroup(KeyGroup keyGroup)
A key group.
|
void |
UpdateKeyGroupResult.setKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
|
void |
GetKeyGroupResult.setKeyGroup(KeyGroup keyGroup)
The key group.
|
void |
CreateKeyGroupResult.setKeyGroup(KeyGroup keyGroup)
The key group that was just created.
|
KeyGroupSummary |
KeyGroupSummary.withKeyGroup(KeyGroup keyGroup)
A key group.
|
UpdateKeyGroupResult |
UpdateKeyGroupResult.withKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
|
GetKeyGroupResult |
GetKeyGroupResult.withKeyGroup(KeyGroup keyGroup)
The key group.
|
CreateKeyGroupResult |
CreateKeyGroupResult.withKeyGroup(KeyGroup keyGroup)
The key group that was just created.
|
Copyright © 2022. All rights reserved.