Amazon.ElastiCache.AmazonElastiCacheClient.DescribeSnapshots C# (CSharp) Метод

DescribeSnapshots() публичный Метод

Returns information about cache cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

This operation is valid for Redis only.

/// The requested cache cluster ID does not refer to an existing cache cluster. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. /// /// The requested snapshot name does not refer to an existing snapshot. ///
public DescribeSnapshots ( ) : DescribeSnapshotsResponse
Результат DescribeSnapshotsResponse
        public DescribeSnapshotsResponse DescribeSnapshots()
        {
            return DescribeSnapshots(new DescribeSnapshotsRequest());
        }

Same methods

AmazonElastiCacheClient::DescribeSnapshots ( DescribeSnapshotsRequest request ) : DescribeSnapshotsResponse
AmazonElastiCacheClient