CloudHSMV2Client.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. namespace Aws\CloudHSMV2;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS CloudHSM V2** service.
  6. * @method \Aws\Result copyBackupToRegion(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise copyBackupToRegionAsync(array $args = [])
  8. * @method \Aws\Result createCluster(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
  10. * @method \Aws\Result createHsm(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createHsmAsync(array $args = [])
  12. * @method \Aws\Result deleteBackup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
  14. * @method \Aws\Result deleteCluster(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
  16. * @method \Aws\Result deleteHsm(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteHsmAsync(array $args = [])
  18. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  20. * @method \Aws\Result describeBackups(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
  22. * @method \Aws\Result describeClusters(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
  24. * @method \Aws\Result getResourcePolicy(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
  26. * @method \Aws\Result initializeCluster(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise initializeClusterAsync(array $args = [])
  28. * @method \Aws\Result listTags(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  30. * @method \Aws\Result modifyBackupAttributes(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise modifyBackupAttributesAsync(array $args = [])
  32. * @method \Aws\Result modifyCluster(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
  34. * @method \Aws\Result putResourcePolicy(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
  36. * @method \Aws\Result restoreBackup(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise restoreBackupAsync(array $args = [])
  38. * @method \Aws\Result tagResource(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  40. * @method \Aws\Result untagResource(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  42. */
  43. class CloudHSMV2Client extends AwsClient {}