Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumeRecoveryPoints C# (CSharp) 메소드

ListVolumeRecoveryPoints() 개인적인 메소드

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

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