AWS SDK for .NET Documentation
ListVolumeRecoveryPoints Method (listVolumeRecoveryPointsRequest)
AmazonAmazon.StorageGatewayAmazonStorageGatewayClientListVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest) Did this page help you?   Yes   No    Tell us about it...

This operation lists the recovery points for a specified gateway. This operation is supported only for the gateway-cached volume architecture.

Each gateway-cached volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

Declaration Syntax
C#
public ListVolumeRecoveryPointsResponse ListVolumeRecoveryPoints(
	ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest
)
Parameters
listVolumeRecoveryPointsRequest (ListVolumeRecoveryPointsRequest)
Container for the necessary parameters to execute the ListVolumeRecoveryPoints service method on AmazonStorageGateway.
Return Value
The response from the ListVolumeRecoveryPoints service method, as returned by AmazonStorageGateway.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)