C# Class Amazon.KeyManagementService.GrantOperation

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

Méthodes publiques

Свойство Type Description
CreateGrant GrantOperation
Decrypt GrantOperation
DescribeKey GrantOperation
Encrypt GrantOperation
GenerateDataKey GrantOperation
GenerateDataKeyWithoutPlaintext GrantOperation
ReEncryptFrom GrantOperation
ReEncryptTo GrantOperation
RetireGrant GrantOperation

Méthodes publiques

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

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

GrantOperation() 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 GrantOperation ( string value ) : System
value string
Résultat System

Property Details

CreateGrant public_oe static_oe property

Constant CreateGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService CreateGrant
Résultat GrantOperation

Decrypt public_oe static_oe property

Constant Decrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Decrypt
Résultat GrantOperation

DescribeKey public_oe static_oe property

Constant DescribeKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService DescribeKey
Résultat GrantOperation

Encrypt public_oe static_oe property

Constant Encrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Encrypt
Résultat GrantOperation

GenerateDataKey public_oe static_oe property

Constant GenerateDataKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKey
Résultat GrantOperation

GenerateDataKeyWithoutPlaintext public_oe static_oe property

Constant GenerateDataKeyWithoutPlaintext for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKeyWithoutPlaintext
Résultat GrantOperation

ReEncryptFrom public_oe static_oe property

Constant ReEncryptFrom for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptFrom
Résultat GrantOperation

ReEncryptTo public_oe static_oe property

Constant ReEncryptTo for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptTo
Résultat GrantOperation

RetireGrant public_oe static_oe property

Constant RetireGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService RetireGrant
Résultat GrantOperation