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

CreateSnapshotFromVolumeRecoveryPoint() private method

private CreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request ) : CreateSnapshotFromVolumeRecoveryPointResponse
request CreateSnapshotFromVolumeRecoveryPointRequest
return CreateSnapshotFromVolumeRecoveryPointResponse
        internal CreateSnapshotFromVolumeRecoveryPointResponse CreateSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest request)
        {
            var marshaller = new CreateSnapshotFromVolumeRecoveryPointRequestMarshaller();
            var unmarshaller = CreateSnapshotFromVolumeRecoveryPointResponseUnmarshaller.Instance;

            return Invoke<CreateSnapshotFromVolumeRecoveryPointRequest,CreateSnapshotFromVolumeRecoveryPointResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient