MigrationHubStrategyRecommendationsClient.php 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. namespace Aws\MigrationHubStrategyRecommendations;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Migration Hub Strategy Recommendations** service.
  6. * @method \Aws\Result getApplicationComponentDetails(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise getApplicationComponentDetailsAsync(array $args = [])
  8. * @method \Aws\Result getApplicationComponentStrategies(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise getApplicationComponentStrategiesAsync(array $args = [])
  10. * @method \Aws\Result getAssessment(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getAssessmentAsync(array $args = [])
  12. * @method \Aws\Result getImportFileTask(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getImportFileTaskAsync(array $args = [])
  14. * @method \Aws\Result getLatestAssessmentId(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getLatestAssessmentIdAsync(array $args = [])
  16. * @method \Aws\Result getPortfolioPreferences(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getPortfolioPreferencesAsync(array $args = [])
  18. * @method \Aws\Result getPortfolioSummary(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getPortfolioSummaryAsync(array $args = [])
  20. * @method \Aws\Result getRecommendationReportDetails(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getRecommendationReportDetailsAsync(array $args = [])
  22. * @method \Aws\Result getServerDetails(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getServerDetailsAsync(array $args = [])
  24. * @method \Aws\Result getServerStrategies(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getServerStrategiesAsync(array $args = [])
  26. * @method \Aws\Result listAnalyzableServers(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listAnalyzableServersAsync(array $args = [])
  28. * @method \Aws\Result listApplicationComponents(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listApplicationComponentsAsync(array $args = [])
  30. * @method \Aws\Result listCollectors(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listCollectorsAsync(array $args = [])
  32. * @method \Aws\Result listImportFileTask(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listImportFileTaskAsync(array $args = [])
  34. * @method \Aws\Result listServers(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listServersAsync(array $args = [])
  36. * @method \Aws\Result putPortfolioPreferences(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise putPortfolioPreferencesAsync(array $args = [])
  38. * @method \Aws\Result startAssessment(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise startAssessmentAsync(array $args = [])
  40. * @method \Aws\Result startImportFileTask(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise startImportFileTaskAsync(array $args = [])
  42. * @method \Aws\Result startRecommendationReportGeneration(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise startRecommendationReportGenerationAsync(array $args = [])
  44. * @method \Aws\Result stopAssessment(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise stopAssessmentAsync(array $args = [])
  46. * @method \Aws\Result updateApplicationComponentConfig(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise updateApplicationComponentConfigAsync(array $args = [])
  48. * @method \Aws\Result updateServerConfig(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise updateServerConfigAsync(array $args = [])
  50. */
  51. class MigrationHubStrategyRecommendationsClient extends AwsClient {}