C# Class Amazon.APIGateway.ContentHandlingStrategy

Constants used for properties of type ContentHandlingStrategy.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CONVERT_TO_BINARY ContentHandlingStrategy
CONVERT_TO_TEXT ContentHandlingStrategy

Public Methods

Method Description
ContentHandlingStrategy ( 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.

FindValue ( string value ) : ContentHandlingStrategy

Finds the constant for the unique value.

Method Details

ContentHandlingStrategy() 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 ContentHandlingStrategy ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

CONVERT_TO_BINARY public_oe static_oe property

Constant CONVERT_TO_BINARY for ContentHandlingStrategy
public static ContentHandlingStrategy,Amazon.APIGateway CONVERT_TO_BINARY
return ContentHandlingStrategy

CONVERT_TO_TEXT public_oe static_oe property

Constant CONVERT_TO_TEXT for ContentHandlingStrategy
public static ContentHandlingStrategy,Amazon.APIGateway CONVERT_TO_TEXT
return ContentHandlingStrategy