C# Class Amazon.KeyManagementService.GrantOperation

Constants used for properties of type GrantOperation.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CreateGrant GrantOperation
Decrypt GrantOperation
DescribeKey GrantOperation
Encrypt GrantOperation
GenerateDataKey GrantOperation
GenerateDataKeyWithoutPlaintext GrantOperation
ReEncryptFrom GrantOperation
ReEncryptTo GrantOperation
RetireGrant GrantOperation

Public Methods

Method Description
FindValue ( string value ) : GrantOperation

Finds the constant for the unique value.

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

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

Property Details

CreateGrant public_oe static_oe property

Constant CreateGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService CreateGrant
return GrantOperation

Decrypt public_oe static_oe property

Constant Decrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Decrypt
return GrantOperation

DescribeKey public_oe static_oe property

Constant DescribeKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService DescribeKey
return GrantOperation

Encrypt public_oe static_oe property

Constant Encrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Encrypt
return GrantOperation

GenerateDataKey public_oe static_oe property

Constant GenerateDataKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKey
return GrantOperation

GenerateDataKeyWithoutPlaintext public_oe static_oe property

Constant GenerateDataKeyWithoutPlaintext for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKeyWithoutPlaintext
return GrantOperation

ReEncryptFrom public_oe static_oe property

Constant ReEncryptFrom for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptFrom
return GrantOperation

ReEncryptTo public_oe static_oe property

Constant ReEncryptTo for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptTo
return GrantOperation

RetireGrant public_oe static_oe property

Constant RetireGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService RetireGrant
return GrantOperation