Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListKeyGroupsResponse.Builder
-
Packages that use ListKeyGroupsResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListKeyGroupsResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListKeyGroupsResponse.Builder Modifier and Type Method Description static ListKeyGroupsResponse.BuilderListKeyGroupsResponse. builder()default ListKeyGroupsResponse.BuilderListKeyGroupsResponse.Builder. keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList)A list of key groups.ListKeyGroupsResponse.BuilderListKeyGroupsResponse.Builder. keyGroupList(KeyGroupList keyGroupList)A list of key groups.ListKeyGroupsResponse.BuilderListKeyGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListKeyGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListKeyGroupsResponse.Builder>ListKeyGroupsResponse. serializableBuilderClass()
-