Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Kms/KmsClient.php
Строк: 116
<?php
namespace AwsKms;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **AWS Key Management Service**.
 *
 * @method AwsResult cancelKeyDeletion(array $args = [])
 * @method GuzzleHttpPromisePromise cancelKeyDeletionAsync(array $args = [])
 * @method AwsResult connectCustomKeyStore(array $args = [])
 * @method GuzzleHttpPromisePromise connectCustomKeyStoreAsync(array $args = [])
 * @method AwsResult createAlias(array $args = [])
 * @method GuzzleHttpPromisePromise createAliasAsync(array $args = [])
 * @method AwsResult createCustomKeyStore(array $args = [])
 * @method GuzzleHttpPromisePromise createCustomKeyStoreAsync(array $args = [])
 * @method AwsResult createGrant(array $args = [])
 * @method GuzzleHttpPromisePromise createGrantAsync(array $args = [])
 * @method AwsResult createKey(array $args = [])
 * @method GuzzleHttpPromisePromise createKeyAsync(array $args = [])
 * @method AwsResult decrypt(array $args = [])
 * @method GuzzleHttpPromisePromise decryptAsync(array $args = [])
 * @method AwsResult deleteAlias(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAliasAsync(array $args = [])
 * @method AwsResult deleteCustomKeyStore(array $args = [])
 * @method GuzzleHttpPromisePromise deleteCustomKeyStoreAsync(array $args = [])
 * @method AwsResult deleteImportedKeyMaterial(array $args = [])
 * @method GuzzleHttpPromisePromise deleteImportedKeyMaterialAsync(array $args = [])
 * @method AwsResult describeCustomKeyStores(array $args = [])
 * @method GuzzleHttpPromisePromise describeCustomKeyStoresAsync(array $args = [])
 * @method AwsResult describeKey(array $args = [])
 * @method GuzzleHttpPromisePromise describeKeyAsync(array $args = [])
 * @method AwsResult disableKey(array $args = [])
 * @method GuzzleHttpPromisePromise disableKeyAsync(array $args = [])
 * @method AwsResult disableKeyRotation(array $args = [])
 * @method GuzzleHttpPromisePromise disableKeyRotationAsync(array $args = [])
 * @method AwsResult disconnectCustomKeyStore(array $args = [])
 * @method GuzzleHttpPromisePromise disconnectCustomKeyStoreAsync(array $args = [])
 * @method AwsResult enableKey(array $args = [])
 * @method GuzzleHttpPromisePromise enableKeyAsync(array $args = [])
 * @method AwsResult enableKeyRotation(array $args = [])
 * @method GuzzleHttpPromisePromise enableKeyRotationAsync(array $args = [])
 * @method AwsResult encrypt(array $args = [])
 * @method GuzzleHttpPromisePromise encryptAsync(array $args = [])
 * @method AwsResult generateDataKey(array $args = [])
 * @method GuzzleHttpPromisePromise generateDataKeyAsync(array $args = [])
 * @method AwsResult generateDataKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise generateDataKeyPairAsync(array $args = [])
 * @method AwsResult generateDataKeyPairWithoutPlaintext(array $args = [])
 * @method GuzzleHttpPromisePromise generateDataKeyPairWithoutPlaintextAsync(array $args = [])
 * @method AwsResult generateDataKeyWithoutPlaintext(array $args = [])
 * @method GuzzleHttpPromisePromise generateDataKeyWithoutPlaintextAsync(array $args = [])
 * @method AwsResult generateRandom(array $args = [])
 * @method GuzzleHttpPromisePromise generateRandomAsync(array $args = [])
 * @method AwsResult getKeyPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise getKeyPolicyAsync(array $args = [])
 * @method AwsResult getKeyRotationStatus(array $args = [])
 * @method GuzzleHttpPromisePromise getKeyRotationStatusAsync(array $args = [])
 * @method AwsResult getParametersForImport(array $args = [])
 * @method GuzzleHttpPromisePromise getParametersForImportAsync(array $args = [])
 * @method AwsResult getPublicKey(array $args = [])
 * @method GuzzleHttpPromisePromise getPublicKeyAsync(array $args = [])
 * @method AwsResult importKeyMaterial(array $args = [])
 * @method GuzzleHttpPromisePromise importKeyMaterialAsync(array $args = [])
 * @method AwsResult listAliases(array $args = [])
 * @method GuzzleHttpPromisePromise listAliasesAsync(array $args = [])
 * @method AwsResult listGrants(array $args = [])
 * @method GuzzleHttpPromisePromise listGrantsAsync(array $args = [])
 * @method AwsResult listKeyPolicies(array $args = [])
 * @method GuzzleHttpPromisePromise listKeyPoliciesAsync(array $args = [])
 * @method AwsResult listKeys(array $args = [])
 * @method GuzzleHttpPromisePromise listKeysAsync(array $args = [])
 * @method AwsResult listResourceTags(array $args = [])
 * @method GuzzleHttpPromisePromise listResourceTagsAsync(array $args = [])
 * @method AwsResult listRetirableGrants(array $args = [])
 * @method GuzzleHttpPromisePromise listRetirableGrantsAsync(array $args = [])
 * @method AwsResult putKeyPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise putKeyPolicyAsync(array $args = [])
 * @method AwsResult reEncrypt(array $args = [])
 * @method GuzzleHttpPromisePromise reEncryptAsync(array $args = [])
 * @method AwsResult retireGrant(array $args = [])
 * @method GuzzleHttpPromisePromise retireGrantAsync(array $args = [])
 * @method AwsResult revokeGrant(array $args = [])
 * @method GuzzleHttpPromisePromise revokeGrantAsync(array $args = [])
 * @method AwsResult scheduleKeyDeletion(array $args = [])
 * @method GuzzleHttpPromisePromise scheduleKeyDeletionAsync(array $args = [])
 * @method AwsResult sign(array $args = [])
 * @method GuzzleHttpPromisePromise signAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateAlias(array $args = [])
 * @method GuzzleHttpPromisePromise updateAliasAsync(array $args = [])
 * @method AwsResult updateCustomKeyStore(array $args = [])
 * @method GuzzleHttpPromisePromise updateCustomKeyStoreAsync(array $args = [])
 * @method AwsResult updateKeyDescription(array $args = [])
 * @method GuzzleHttpPromisePromise updateKeyDescriptionAsync(array $args = [])
 * @method AwsResult verify(array $args = [])
 * @method GuzzleHttpPromisePromise verifyAsync(array $args = [])
 */
class KmsClient extends AwsClient {}
Онлайн: 2
Реклама