Uses of Class
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckResultResult
-
Packages that use DescribeTrustedAdvisorCheckResultResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of DescribeTrustedAdvisorCheckResultResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeTrustedAdvisorCheckResultResult Modifier and Type Method Description DescribeTrustedAdvisorCheckResultResult
AbstractAWSSupport. describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest request)
DescribeTrustedAdvisorCheckResultResult
AWSSupport. describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
Returns the results of the Trusted Advisor check that has the specified check ID.DescribeTrustedAdvisorCheckResultResult
AWSSupportClient. describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
Returns the results of the Trusted Advisor check that has the specified check ID. -
Uses of DescribeTrustedAdvisorCheckResultResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeTrustedAdvisorCheckResultResult Modifier and Type Method Description DescribeTrustedAdvisorCheckResultResult
DescribeTrustedAdvisorCheckResultResult. clone()
DescribeTrustedAdvisorCheckResultResult
DescribeTrustedAdvisorCheckResultResult. withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
-