Amazon.EC2.AmazonEC2Client.DescribeSpotPriceHistory C# (CSharp) 메소드

DescribeSpotPriceHistory() 개인적인 메소드

private DescribeSpotPriceHistory ( ) : DescribeSpotPriceHistoryResponse
리턴 DescribeSpotPriceHistoryResponse
        internal DescribeSpotPriceHistoryResponse DescribeSpotPriceHistory()
        {
            return DescribeSpotPriceHistory(new DescribeSpotPriceHistoryRequest());
        }
        internal DescribeSpotPriceHistoryResponse DescribeSpotPriceHistory(DescribeSpotPriceHistoryRequest request)

Same methods

AmazonEC2Client::DescribeSpotPriceHistory ( DescribeSpotPriceHistoryRequest request ) : DescribeSpotPriceHistoryResponse
AmazonEC2Client