Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumeRecoveryPoints C# (CSharp) Method

ListVolumeRecoveryPoints() private method

private ListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request ) : ListVolumeRecoveryPointsResponse
request ListVolumeRecoveryPointsRequest
return ListVolumeRecoveryPointsResponse
        internal ListVolumeRecoveryPointsResponse ListVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest request)
        {
            var marshaller = new ListVolumeRecoveryPointsRequestMarshaller();
            var unmarshaller = ListVolumeRecoveryPointsResponseUnmarshaller.Instance;

            return Invoke<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient