Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyGroupConfig
Packages that use KeyGroupConfig
-
Uses of KeyGroupConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroupConfigModifier and TypeMethodDescriptionfinal KeyGroupConfigCreateKeyGroupRequest.keyGroupConfig()A key group configuration.final KeyGroupConfigGetKeyGroupConfigResponse.keyGroupConfig()The key group configuration.final KeyGroupConfigKeyGroup.keyGroupConfig()The key group configuration.final KeyGroupConfigUpdateKeyGroupRequest.keyGroupConfig()The key group configuration.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KeyGroupConfigModifier and TypeMethodDescriptionCreateKeyGroupRequest.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) A key group configuration.GetKeyGroupConfigResponse.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) The key group configuration.KeyGroup.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) The key group configuration.UpdateKeyGroupRequest.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) The key group configuration.