C# Класс Amazon.KeyManagementService.GrantOperation

Constants used for properties of type GrantOperation.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CreateGrant GrantOperation
Decrypt GrantOperation
DescribeKey GrantOperation
Encrypt GrantOperation
GenerateDataKey GrantOperation
GenerateDataKeyWithoutPlaintext GrantOperation
ReEncryptFrom GrantOperation
ReEncryptTo GrantOperation
RetireGrant GrantOperation

Открытые методы

Метод Описание
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.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : GrantOperation
value string The unique value for the constant
Результат GrantOperation

GrantOperation() публичный Метод

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
Результат System

Описание свойств

CreateGrant публичное статическое свойство

Constant CreateGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService CreateGrant
Результат GrantOperation

Decrypt публичное статическое свойство

Constant Decrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Decrypt
Результат GrantOperation

DescribeKey публичное статическое свойство

Constant DescribeKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService DescribeKey
Результат GrantOperation

Encrypt публичное статическое свойство

Constant Encrypt for GrantOperation
public static GrantOperation,Amazon.KeyManagementService Encrypt
Результат GrantOperation

GenerateDataKey публичное статическое свойство

Constant GenerateDataKey for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKey
Результат GrantOperation

GenerateDataKeyWithoutPlaintext публичное статическое свойство

Constant GenerateDataKeyWithoutPlaintext for GrantOperation
public static GrantOperation,Amazon.KeyManagementService GenerateDataKeyWithoutPlaintext
Результат GrantOperation

ReEncryptFrom публичное статическое свойство

Constant ReEncryptFrom for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptFrom
Результат GrantOperation

ReEncryptTo публичное статическое свойство

Constant ReEncryptTo for GrantOperation
public static GrantOperation,Amazon.KeyManagementService ReEncryptTo
Результат GrantOperation

RetireGrant публичное статическое свойство

Constant RetireGrant for GrantOperation
public static GrantOperation,Amazon.KeyManagementService RetireGrant
Результат GrantOperation