Amazon.EC2.AmazonEC2Client.DescribeSpotPriceHistory C# (CSharp) Method

DescribeSpotPriceHistory() private method

private DescribeSpotPriceHistory ( DescribeSpotPriceHistoryRequest request ) : DescribeSpotPriceHistoryResponse
request DescribeSpotPriceHistoryRequest
return DescribeSpotPriceHistoryResponse
        internal DescribeSpotPriceHistoryResponse DescribeSpotPriceHistory(DescribeSpotPriceHistoryRequest request)
        {
            var marshaller = new DescribeSpotPriceHistoryRequestMarshaller();
            var unmarshaller = DescribeSpotPriceHistoryResponseUnmarshaller.Instance;

            return Invoke<DescribeSpotPriceHistoryRequest,DescribeSpotPriceHistoryResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonEC2Client::DescribeSpotPriceHistory ( ) : DescribeSpotPriceHistoryResponse
AmazonEC2Client