Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyGroup
-
Packages that use KeyGroup Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyGroup in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroup Modifier and Type Method Description KeyGroupCreateKeyGroupResponse. keyGroup()The key group that was just created.KeyGroupGetKeyGroupResponse. keyGroup()The key group.KeyGroupKeyGroupSummary. keyGroup()A key group.KeyGroupUpdateKeyGroupResponse. keyGroup()The key group that was just updated.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KeyGroup Modifier and Type Method Description CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder. keyGroup(KeyGroup keyGroup)The key group that was just created.GetKeyGroupResponse.BuilderGetKeyGroupResponse.Builder. keyGroup(KeyGroup keyGroup)The key group.KeyGroupSummary.BuilderKeyGroupSummary.Builder. keyGroup(KeyGroup keyGroup)A key group.UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse.Builder. keyGroup(KeyGroup keyGroup)The key group that was just updated.
-