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

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

Methods in com.amazonaws.services.support with parameters of type DescribeTrustedAdvisorCheckRefreshStatusesRequest
 DescribeTrustedAdvisorCheckRefreshStatusesResult AWSSupportClient.describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 DescribeTrustedAdvisorCheckRefreshStatusesResult AWSSupport.describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsync.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest, AsyncHandler<DescribeTrustedAdvisorCheckRefreshStatusesRequest,DescribeTrustedAdvisorCheckRefreshStatusesResult> asyncHandler)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsync.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest, AsyncHandler<DescribeTrustedAdvisorCheckRefreshStatusesRequest,DescribeTrustedAdvisorCheckRefreshStatusesResult> asyncHandler)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 

Method parameters in com.amazonaws.services.support with type arguments of type DescribeTrustedAdvisorCheckRefreshStatusesRequest
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsyncClient.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest, AsyncHandler<DescribeTrustedAdvisorCheckRefreshStatusesRequest,DescribeTrustedAdvisorCheckRefreshStatusesResult> asyncHandler)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 Future<DescribeTrustedAdvisorCheckRefreshStatusesResult> AWSSupportAsync.describeTrustedAdvisorCheckRefreshStatusesAsync(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest, AsyncHandler<DescribeTrustedAdvisorCheckRefreshStatusesRequest,DescribeTrustedAdvisorCheckRefreshStatusesResult> asyncHandler)
           Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
 

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

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



Copyright © 2016. All rights reserved.