LicenseManagerUserSubscriptionsClient.php 1.8 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. namespace Aws\LicenseManagerUserSubscriptions;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS License Manager User Subscriptions** service.
  6. * @method \Aws\Result associateUser(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateUserAsync(array $args = [])
  8. * @method \Aws\Result deregisterIdentityProvider(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deregisterIdentityProviderAsync(array $args = [])
  10. * @method \Aws\Result disassociateUser(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise disassociateUserAsync(array $args = [])
  12. * @method \Aws\Result listIdentityProviders(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
  14. * @method \Aws\Result listInstances(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
  16. * @method \Aws\Result listProductSubscriptions(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listProductSubscriptionsAsync(array $args = [])
  18. * @method \Aws\Result listUserAssociations(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise listUserAssociationsAsync(array $args = [])
  20. * @method \Aws\Result registerIdentityProvider(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise registerIdentityProviderAsync(array $args = [])
  22. * @method \Aws\Result startProductSubscription(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise startProductSubscriptionAsync(array $args = [])
  24. * @method \Aws\Result stopProductSubscription(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise stopProductSubscriptionAsync(array $args = [])
  26. * @method \Aws\Result updateIdentityProviderSettings(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise updateIdentityProviderSettingsAsync(array $args = [])
  28. */
  29. class LicenseManagerUserSubscriptionsClient extends AwsClient {}