C# Class Amazon.CloudFront.Method

Constants used for properties of type Method.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
DELETE Method
GET Method
HEAD Method
OPTIONS Method
PATCH Method
POST Method
PUT Method

Public Methods

Method Description
FindValue ( string value ) : Method

Finds the constant for the unique value.

Method ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : Method
value string The unique value for the constant
return Method

Method() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public Method ( string value ) : System
value string
return System

Property Details

DELETE public_oe static_oe property

Constant DELETE for Method
public static Method,Amazon.CloudFront DELETE
return Method

GET public_oe static_oe property

Constant GET for Method
public static Method,Amazon.CloudFront GET
return Method

HEAD public_oe static_oe property

Constant HEAD for Method
public static Method,Amazon.CloudFront HEAD
return Method

OPTIONS public_oe static_oe property

Constant OPTIONS for Method
public static Method,Amazon.CloudFront OPTIONS
return Method

PATCH public_oe static_oe property

Constant PATCH for Method
public static Method,Amazon.CloudFront PATCH
return Method

POST public_oe static_oe property

Constant POST for Method
public static Method,Amazon.CloudFront POST
return Method

PUT public_oe static_oe property

Constant PUT for Method
public static Method,Amazon.CloudFront PUT
return Method