C# Class Amazon.CloudFront.Method

Constants used for properties of type Method.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
DELETE Method
GET Method
HEAD Method
OPTIONS Method
PATCH Method
POST Method
PUT Method

Méthodes publiques

Méthode 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 méthode

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

Method() public méthode

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
Résultat System

Property Details

DELETE public_oe static_oe property

Constant DELETE for Method
public static Method,Amazon.CloudFront DELETE
Résultat Method

GET public_oe static_oe property

Constant GET for Method
public static Method,Amazon.CloudFront GET
Résultat Method

HEAD public_oe static_oe property

Constant HEAD for Method
public static Method,Amazon.CloudFront HEAD
Résultat Method

OPTIONS public_oe static_oe property

Constant OPTIONS for Method
public static Method,Amazon.CloudFront OPTIONS
Résultat Method

PATCH public_oe static_oe property

Constant PATCH for Method
public static Method,Amazon.CloudFront PATCH
Résultat Method

POST public_oe static_oe property

Constant POST for Method
public static Method,Amazon.CloudFront POST
Résultat Method

PUT public_oe static_oe property

Constant PUT for Method
public static Method,Amazon.CloudFront PUT
Résultat Method