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