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