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

Packages that use DescribeTrustedAdvisorCheckResultRequest
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 DescribeTrustedAdvisorCheckResultRequest in com.amazonaws.services.support
 

Methods in com.amazonaws.services.support with parameters of type DescribeTrustedAdvisorCheckResultRequest
 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.
 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 DescribeTrustedAdvisorCheckResultRequest
 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 DescribeTrustedAdvisorCheckResultRequest in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return DescribeTrustedAdvisorCheckResultRequest
 DescribeTrustedAdvisorCheckResultRequest DescribeTrustedAdvisorCheckResultRequest.withCheckId(String checkId)
          The unique identifier for the Trusted Advisor check.
 DescribeTrustedAdvisorCheckResultRequest DescribeTrustedAdvisorCheckResultRequest.withLanguage(String language)
          The ISO 639-1 code for the language in which AWS provides support.
 



Copyright © 2016. All rights reserved.