Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyValueStore
Packages that use KeyValueStore
Package
Description
-
Uses of KeyValueStore in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyValueStoreModifier and TypeMethodDescriptionfinal KeyValueStoreCreateKeyValueStoreResponse.keyValueStore()The resulting key value store.final KeyValueStoreDescribeKeyValueStoreResponse.keyValueStore()The resulting key value store.final KeyValueStoreUpdateKeyValueStoreResponse.keyValueStore()The resulting key value store to update.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyValueStoreModifier and TypeMethodDescriptionfinal List<KeyValueStore>KeyValueStoreList.items()The items of the key value store list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KeyValueStoreModifier and TypeMethodDescriptionKeyValueStoreList.Builder.items(KeyValueStore... items) The items of the key value store list.CreateKeyValueStoreResponse.Builder.keyValueStore(KeyValueStore keyValueStore) The resulting key value store.DescribeKeyValueStoreResponse.Builder.keyValueStore(KeyValueStore keyValueStore) The resulting key value store.UpdateKeyValueStoreResponse.Builder.keyValueStore(KeyValueStore keyValueStore) The resulting key value store to update.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyValueStoreModifier and TypeMethodDescriptionKeyValueStoreList.Builder.items(Collection<KeyValueStore> items) The items of the key value store list. -
Uses of KeyValueStore in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type KeyValueStoreModifier and TypeMethodDescriptionfinal SdkIterable<KeyValueStore>ListKeyValueStoresIterable.items()Returns an iterable to iterate through the paginatedListKeyValueStoresResponse#items()member.final SdkPublisher<KeyValueStore>ListKeyValueStoresPublisher.items()Returns a publisher that can be used to get a stream of data.