Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyGroupSummary.Builder
-
Packages that use KeyGroupSummary.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyGroupSummary.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroupSummary.Builder Modifier and Type Method Description static KeyGroupSummary.BuilderKeyGroupSummary. builder()default KeyGroupSummary.BuilderKeyGroupSummary.Builder. keyGroup(Consumer<KeyGroup.Builder> keyGroup)A key group.KeyGroupSummary.BuilderKeyGroupSummary.Builder. keyGroup(KeyGroup keyGroup)A key group.KeyGroupSummary.BuilderKeyGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroupSummary.Builder Modifier and Type Method Description static Class<? extends KeyGroupSummary.Builder>KeyGroupSummary. serializableBuilderClass()
-