C# Class Amazon.APIGateway.UnauthorizedCacheControlHeaderStrategy

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

Public Properties

Property Type Description
FAIL_WITH_403 UnauthorizedCacheControlHeaderStrategy
SUCCEED_WITHOUT_RESPONSE_HEADER UnauthorizedCacheControlHeaderStrategy
SUCCEED_WITH_RESPONSE_HEADER UnauthorizedCacheControlHeaderStrategy

Public Methods

Method Description
FindValue ( string value ) : UnauthorizedCacheControlHeaderStrategy

Finds the constant for the unique value.

UnauthorizedCacheControlHeaderStrategy ( 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 ) : UnauthorizedCacheControlHeaderStrategy
value string The unique value for the constant
return UnauthorizedCacheControlHeaderStrategy

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

Property Details

FAIL_WITH_403 public_oe static_oe property

Constant FAIL_WITH_403 for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway FAIL_WITH_403
return UnauthorizedCacheControlHeaderStrategy

SUCCEED_WITHOUT_RESPONSE_HEADER public_oe static_oe property

Constant SUCCEED_WITHOUT_RESPONSE_HEADER for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway SUCCEED_WITHOUT_RESPONSE_HEADER
return UnauthorizedCacheControlHeaderStrategy

SUCCEED_WITH_RESPONSE_HEADER public_oe static_oe property

Constant SUCCEED_WITH_RESPONSE_HEADER for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway SUCCEED_WITH_RESPONSE_HEADER
return UnauthorizedCacheControlHeaderStrategy