PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / ResourceGroups / ResourceGroupsClient.php
transferito / vendor / aws / aws-sdk-php / src / ResourceGroups Last commit date
Exception 11 months ago ResourceGroupsClient.php 11 months ago
ResourceGroupsClient.php
46 lines
1 <?php
2 namespace Aws\ResourceGroups;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Resource Groups** service.
8 * @method \Aws\Result createGroup(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
10 * @method \Aws\Result deleteGroup(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
12 * @method \Aws\Result getAccountSettings(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
14 * @method \Aws\Result getGroup(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
16 * @method \Aws\Result getGroupConfiguration(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise getGroupConfigurationAsync(array $args = [])
18 * @method \Aws\Result getGroupQuery(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise getGroupQueryAsync(array $args = [])
20 * @method \Aws\Result getTags(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
22 * @method \Aws\Result groupResources(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise groupResourcesAsync(array $args = [])
24 * @method \Aws\Result listGroupResources(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise listGroupResourcesAsync(array $args = [])
26 * @method \Aws\Result listGroups(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
28 * @method \Aws\Result putGroupConfiguration(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise putGroupConfigurationAsync(array $args = [])
30 * @method \Aws\Result searchResources(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise searchResourcesAsync(array $args = [])
32 * @method \Aws\Result tag(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise tagAsync(array $args = [])
34 * @method \Aws\Result ungroupResources(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise ungroupResourcesAsync(array $args = [])
36 * @method \Aws\Result untag(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise untagAsync(array $args = [])
38 * @method \Aws\Result updateAccountSettings(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
40 * @method \Aws\Result updateGroup(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
42 * @method \Aws\Result updateGroupQuery(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise updateGroupQueryAsync(array $args = [])
44 */
45 class ResourceGroupsClient extends AwsClient {}
46