Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyValueStoreAssociation
-
Packages that use KeyValueStoreAssociation Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyValueStoreAssociation in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyValueStoreAssociation Modifier and Type Method Description List<KeyValueStoreAssociation>KeyValueStoreAssociations. items()The items of the key value store association.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KeyValueStoreAssociation Modifier and Type Method Description KeyValueStoreAssociations.BuilderKeyValueStoreAssociations.Builder. items(KeyValueStoreAssociation... items)The items of the key value store association.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyValueStoreAssociation Modifier and Type Method Description KeyValueStoreAssociations.BuilderKeyValueStoreAssociations.Builder. items(Collection<KeyValueStoreAssociation> items)The items of the key value store association.
-