Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyValueStoreList.Builder
Packages that use KeyValueStoreList.Builder
-
Uses of KeyValueStoreList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyValueStoreList.BuilderModifier and TypeMethodDescriptionstatic KeyValueStoreList.BuilderKeyValueStoreList.builder()KeyValueStoreList.Builder.items(Collection<KeyValueStore> items) The items of the key value store list.KeyValueStoreList.Builder.items(Consumer<KeyValueStore.Builder>... items) The items of the key value store list.KeyValueStoreList.Builder.items(KeyValueStore... items) The items of the key value store list.The maximum number of items in the key value store list.KeyValueStoreList.Builder.nextMarker(String nextMarker) The next marker associated with the key value store list.The quantity of the key value store list.KeyValueStoreList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyValueStoreList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyValueStoreList.Builder>KeyValueStoreList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyValueStoreList.BuilderModifier and TypeMethodDescriptionListKeyValueStoresResponse.Builder.keyValueStoreList(Consumer<KeyValueStoreList.Builder> keyValueStoreList) The resulting key value stores list.