Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateKeyValueStoreResponse
-
Packages that use CreateKeyValueStoreResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateKeyValueStoreResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateKeyValueStoreResponse Modifier and Type Method Description default CreateKeyValueStoreResponseCloudFrontClient. createKeyValueStore(Consumer<CreateKeyValueStoreRequest.Builder> createKeyValueStoreRequest)Specifies the key value store resource to add to your account.default CreateKeyValueStoreResponseCloudFrontClient. createKeyValueStore(CreateKeyValueStoreRequest createKeyValueStoreRequest)Specifies the key value store resource to add to your account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateKeyValueStoreResponse Modifier and Type Method Description default CompletableFuture<CreateKeyValueStoreResponse>CloudFrontAsyncClient. createKeyValueStore(Consumer<CreateKeyValueStoreRequest.Builder> createKeyValueStoreRequest)Specifies the key value store resource to add to your account.default CompletableFuture<CreateKeyValueStoreResponse>CloudFrontAsyncClient. createKeyValueStore(CreateKeyValueStoreRequest createKeyValueStoreRequest)Specifies the key value store resource to add to your account.
-