Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyGroupList.Builder
Packages that use KeyGroupList.Builder
-
Uses of KeyGroupList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroupList.BuilderModifier and TypeMethodDescriptionstatic KeyGroupList.BuilderKeyGroupList.builder()KeyGroupList.Builder.items(Collection<KeyGroupSummary> items) A list of key groups.KeyGroupList.Builder.items(Consumer<KeyGroupSummary.Builder>... items) A list of key groups.KeyGroupList.Builder.items(KeyGroupSummary... items) A list of key groups.The maximum number of key groups requested.KeyGroupList.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The number of key groups returned in the response.KeyGroupList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroupList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyGroupList.Builder>KeyGroupList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyGroupList.BuilderModifier and TypeMethodDescriptiondefault ListKeyGroupsResponse.BuilderListKeyGroupsResponse.Builder.keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList) A list of key groups.