Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyGroupSummary
-
Packages that use KeyGroupSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyGroupSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroupSummary Modifier and Type Method Description List<KeyGroupSummary>KeyGroupList. items()A list of key groups.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KeyGroupSummary Modifier and Type Method Description KeyGroupList.BuilderKeyGroupList.Builder. items(KeyGroupSummary... items)A list of key groups.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyGroupSummary Modifier and Type Method Description KeyGroupList.BuilderKeyGroupList.Builder. items(Collection<KeyGroupSummary> items)A list of key groups.
-