ResourceGroupsClient.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. namespace Aws\ResourceGroups;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Resource Groups** service.
  6. * @method \Aws\Result createGroup(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
  8. * @method \Aws\Result deleteGroup(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
  10. * @method \Aws\Result getAccountSettings(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
  12. * @method \Aws\Result getGroup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
  14. * @method \Aws\Result getGroupConfiguration(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getGroupConfigurationAsync(array $args = [])
  16. * @method \Aws\Result getGroupQuery(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getGroupQueryAsync(array $args = [])
  18. * @method \Aws\Result getTags(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
  20. * @method \Aws\Result groupResources(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise groupResourcesAsync(array $args = [])
  22. * @method \Aws\Result listGroupResources(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listGroupResourcesAsync(array $args = [])
  24. * @method \Aws\Result listGroups(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
  26. * @method \Aws\Result putGroupConfiguration(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise putGroupConfigurationAsync(array $args = [])
  28. * @method \Aws\Result searchResources(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise searchResourcesAsync(array $args = [])
  30. * @method \Aws\Result tag(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise tagAsync(array $args = [])
  32. * @method \Aws\Result ungroupResources(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise ungroupResourcesAsync(array $args = [])
  34. * @method \Aws\Result untag(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise untagAsync(array $args = [])
  36. * @method \Aws\Result updateAccountSettings(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
  38. * @method \Aws\Result updateGroup(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
  40. * @method \Aws\Result updateGroupQuery(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise updateGroupQueryAsync(array $args = [])
  42. */
  43. class ResourceGroupsClient extends AwsClient {}