Uses of Class
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckResultResult

Packages that use DescribeTrustedAdvisorCheckResultResult
com.amazonaws.services.support Synchronous and asynchronous client classes for accessing AWSSupport. 
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of DescribeTrustedAdvisorCheckResultResult in com.amazonaws.services.support
 

Methods in com.amazonaws.services.support that return DescribeTrustedAdvisorCheckResultResult
 DescribeTrustedAdvisorCheckResultResult AWSSupportClient.describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 DescribeTrustedAdvisorCheckResultResult AWSSupport.describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 

Methods in com.amazonaws.services.support that return types with arguments of type DescribeTrustedAdvisorCheckResultResult
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsync.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest, AsyncHandler<DescribeTrustedAdvisorCheckResultRequest,DescribeTrustedAdvisorCheckResultResult> asyncHandler)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsync.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest, AsyncHandler<DescribeTrustedAdvisorCheckResultRequest,DescribeTrustedAdvisorCheckResultResult> asyncHandler)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 

Method parameters in com.amazonaws.services.support with type arguments of type DescribeTrustedAdvisorCheckResultResult
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest, AsyncHandler<DescribeTrustedAdvisorCheckResultRequest,DescribeTrustedAdvisorCheckResultResult> asyncHandler)
           Returns the results of the Trusted Advisor check that has the specified check ID.
 Future<DescribeTrustedAdvisorCheckResultResult> AWSSupportAsync.describeTrustedAdvisorCheckResultAsync(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest, AsyncHandler<DescribeTrustedAdvisorCheckResultRequest,DescribeTrustedAdvisorCheckResultResult> asyncHandler)
           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
 DescribeTrustedAdvisorCheckResultResult DescribeTrustedAdvisorCheckResultResult.withResult(TrustedAdvisorCheckResult result)
          The detailed results of the Trusted Advisor check.
 



Copyright © 2016. All rights reserved.