listChecks

List a filterable set of Checks. This API provides global recommendations, eliminating the need to call the API in each AWS Region.

Samples


fun main() { 
   //sampleStart 
   // List all AWS Trusted Advisor Checks
val resp = trustedAdvisorClient.listChecks() 
   //sampleEnd
}