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

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

Methods in com.amazonaws.services.support with parameters of type DescribeTrustedAdvisorCheckSummariesRequest
 DescribeTrustedAdvisorCheckSummariesResult AWSSupportClient.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 DescribeTrustedAdvisorCheckSummariesResult AWSSupport.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 

Method parameters in com.amazonaws.services.support with type arguments of type DescribeTrustedAdvisorCheckSummariesRequest
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckSummariesResult> AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
           Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.
 

Uses of DescribeTrustedAdvisorCheckSummariesRequest in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return DescribeTrustedAdvisorCheckSummariesRequest
 DescribeTrustedAdvisorCheckSummariesRequest DescribeTrustedAdvisorCheckSummariesRequest.withCheckIds(Collection<String> checkIds)
          The IDs of the Trusted Advisor checks.
 DescribeTrustedAdvisorCheckSummariesRequest DescribeTrustedAdvisorCheckSummariesRequest.withCheckIds(String... checkIds)
          The IDs of the Trusted Advisor checks.
 



Copyright © 2016. All rights reserved.