Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/WorkMail/WorkMailClient.php
Строк: 88
<?php
namespace AwsWorkMail;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon WorkMail** service.
* @method AwsResult associateDelegateToResource(array $args = [])
* @method GuzzleHttpPromisePromise associateDelegateToResourceAsync(array $args = [])
* @method AwsResult associateMemberToGroup(array $args = [])
* @method GuzzleHttpPromisePromise associateMemberToGroupAsync(array $args = [])
* @method AwsResult createAlias(array $args = [])
* @method GuzzleHttpPromisePromise createAliasAsync(array $args = [])
* @method AwsResult createGroup(array $args = [])
* @method GuzzleHttpPromisePromise createGroupAsync(array $args = [])
* @method AwsResult createResource(array $args = [])
* @method GuzzleHttpPromisePromise createResourceAsync(array $args = [])
* @method AwsResult createUser(array $args = [])
* @method GuzzleHttpPromisePromise createUserAsync(array $args = [])
* @method AwsResult deleteAccessControlRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccessControlRuleAsync(array $args = [])
* @method AwsResult deleteAlias(array $args = [])
* @method GuzzleHttpPromisePromise deleteAliasAsync(array $args = [])
* @method AwsResult deleteGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupAsync(array $args = [])
* @method AwsResult deleteMailboxPermissions(array $args = [])
* @method GuzzleHttpPromisePromise deleteMailboxPermissionsAsync(array $args = [])
* @method AwsResult deleteResource(array $args = [])
* @method GuzzleHttpPromisePromise deleteResourceAsync(array $args = [])
* @method AwsResult deleteRetentionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteRetentionPolicyAsync(array $args = [])
* @method AwsResult deleteUser(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserAsync(array $args = [])
* @method AwsResult deregisterFromWorkMail(array $args = [])
* @method GuzzleHttpPromisePromise deregisterFromWorkMailAsync(array $args = [])
* @method AwsResult describeGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeGroupAsync(array $args = [])
* @method AwsResult describeOrganization(array $args = [])
* @method GuzzleHttpPromisePromise describeOrganizationAsync(array $args = [])
* @method AwsResult describeResource(array $args = [])
* @method GuzzleHttpPromisePromise describeResourceAsync(array $args = [])
* @method AwsResult describeUser(array $args = [])
* @method GuzzleHttpPromisePromise describeUserAsync(array $args = [])
* @method AwsResult disassociateDelegateFromResource(array $args = [])
* @method GuzzleHttpPromisePromise disassociateDelegateFromResourceAsync(array $args = [])
* @method AwsResult disassociateMemberFromGroup(array $args = [])
* @method GuzzleHttpPromisePromise disassociateMemberFromGroupAsync(array $args = [])
* @method AwsResult getAccessControlEffect(array $args = [])
* @method GuzzleHttpPromisePromise getAccessControlEffectAsync(array $args = [])
* @method AwsResult getDefaultRetentionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getDefaultRetentionPolicyAsync(array $args = [])
* @method AwsResult getMailboxDetails(array $args = [])
* @method GuzzleHttpPromisePromise getMailboxDetailsAsync(array $args = [])
* @method AwsResult listAccessControlRules(array $args = [])
* @method GuzzleHttpPromisePromise listAccessControlRulesAsync(array $args = [])
* @method AwsResult listAliases(array $args = [])
* @method GuzzleHttpPromisePromise listAliasesAsync(array $args = [])
* @method AwsResult listGroupMembers(array $args = [])
* @method GuzzleHttpPromisePromise listGroupMembersAsync(array $args = [])
* @method AwsResult listGroups(array $args = [])
* @method GuzzleHttpPromisePromise listGroupsAsync(array $args = [])
* @method AwsResult listMailboxPermissions(array $args = [])
* @method GuzzleHttpPromisePromise listMailboxPermissionsAsync(array $args = [])
* @method AwsResult listOrganizations(array $args = [])
* @method GuzzleHttpPromisePromise listOrganizationsAsync(array $args = [])
* @method AwsResult listResourceDelegates(array $args = [])
* @method GuzzleHttpPromisePromise listResourceDelegatesAsync(array $args = [])
* @method AwsResult listResources(array $args = [])
* @method GuzzleHttpPromisePromise listResourcesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listUsers(array $args = [])
* @method GuzzleHttpPromisePromise listUsersAsync(array $args = [])
* @method AwsResult putAccessControlRule(array $args = [])
* @method GuzzleHttpPromisePromise putAccessControlRuleAsync(array $args = [])
* @method AwsResult putMailboxPermissions(array $args = [])
* @method GuzzleHttpPromisePromise putMailboxPermissionsAsync(array $args = [])
* @method AwsResult putRetentionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putRetentionPolicyAsync(array $args = [])
* @method AwsResult registerToWorkMail(array $args = [])
* @method GuzzleHttpPromisePromise registerToWorkMailAsync(array $args = [])
* @method AwsResult resetPassword(array $args = [])
* @method GuzzleHttpPromisePromise resetPasswordAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateMailboxQuota(array $args = [])
* @method GuzzleHttpPromisePromise updateMailboxQuotaAsync(array $args = [])
* @method AwsResult updatePrimaryEmailAddress(array $args = [])
* @method GuzzleHttpPromisePromise updatePrimaryEmailAddressAsync(array $args = [])
* @method AwsResult updateResource(array $args = [])
* @method GuzzleHttpPromisePromise updateResourceAsync(array $args = [])
*/
class WorkMailClient extends AwsClient {}