AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing CloudFrontKeyValueStore

Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource

Inheritance Hierarchy

Amazon.CloudFrontKeyValueStore.IAmazonCloudFrontKeyValueStore

Namespace: Amazon.CloudFrontKeyValueStore
Assembly: AWSSDK.CloudFrontKeyValueStore.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonCloudFrontKeyValueStore
         IAmazonService, IDisposable

The IAmazonCloudFrontKeyValueStore type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.CloudFrontKeyValueStore.Model.ICloudFrontKeyValueStorePaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method DeleteKey(DeleteKeyRequest)

Deletes the key value pair specified by the key.

Public Method DeleteKeyAsync(DeleteKeyRequest, CancellationToken)

Deletes the key value pair specified by the key.

Public Method DescribeKeyValueStore(DescribeKeyValueStoreRequest)

Returns metadata information about Key Value Store.

Public Method DescribeKeyValueStoreAsync(DescribeKeyValueStoreRequest, CancellationToken)

Returns metadata information about Key Value Store.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method GetKey(GetKeyRequest)

Returns a key value pair.

Public Method GetKeyAsync(GetKeyRequest, CancellationToken)

Returns a key value pair.

Public Method ListKeys(ListKeysRequest)

Returns a list of key value pairs.

Public Method ListKeysAsync(ListKeysRequest, CancellationToken)

Returns a list of key value pairs.

Public Method PutKey(PutKeyRequest)

Creates a new key value pair or replaces the value of an existing key.

Public Method PutKeyAsync(PutKeyRequest, CancellationToken)

Creates a new key value pair or replaces the value of an existing key.

Public Method UpdateKeys(UpdateKeysRequest)

Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.

Public Method UpdateKeysAsync(UpdateKeysRequest, CancellationToken)

Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5