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

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

Methods in com.amazonaws.services.support with parameters of type RefreshTrustedAdvisorCheckRequest
 RefreshTrustedAdvisorCheckResult AWSSupportClient.refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 RefreshTrustedAdvisorCheckResult AWSSupport.refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsyncClient.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsync.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsyncClient.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsync.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 

Method parameters in com.amazonaws.services.support with type arguments of type RefreshTrustedAdvisorCheckRequest
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsyncClient.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 Future<RefreshTrustedAdvisorCheckResult> AWSSupportAsync.refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)
           Requests a refresh of the Trusted Advisor check that has the specified check ID.
 

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

Methods in com.amazonaws.services.support.model that return RefreshTrustedAdvisorCheckRequest
 RefreshTrustedAdvisorCheckRequest RefreshTrustedAdvisorCheckRequest.withCheckId(String checkId)
          The unique identifier for the Trusted Advisor check.
 



Copyright © 2016. All rights reserved.