Uses of Class
com.amazonaws.services.support.model.RefreshTrustedAdvisorCheckResult
-
Packages that use RefreshTrustedAdvisorCheckResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of RefreshTrustedAdvisorCheckResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return RefreshTrustedAdvisorCheckResult Modifier and Type Method Description RefreshTrustedAdvisorCheckResultAbstractAWSSupport. refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest request)RefreshTrustedAdvisorCheckResultAWSSupport. refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)Requests a refresh of the Trusted Advisor check that has the specified check ID.RefreshTrustedAdvisorCheckResultAWSSupportClient. refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)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 RefreshTrustedAdvisorCheckResult Modifier and Type Method Description Future<RefreshTrustedAdvisorCheckResult>AbstractAWSSupportAsync. refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest request, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)Future<RefreshTrustedAdvisorCheckResult>AWSSupportAsync. refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler)Requests a refresh of the Trusted Advisor check that has the specified check ID.Future<RefreshTrustedAdvisorCheckResult>AWSSupportAsyncClient. refreshTrustedAdvisorCheckAsync(RefreshTrustedAdvisorCheckRequest request, AsyncHandler<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResult> asyncHandler) -
Uses of RefreshTrustedAdvisorCheckResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return RefreshTrustedAdvisorCheckResult Modifier and Type Method Description RefreshTrustedAdvisorCheckResultRefreshTrustedAdvisorCheckResult. clone()RefreshTrustedAdvisorCheckResultRefreshTrustedAdvisorCheckResult. withStatus(TrustedAdvisorCheckRefreshStatus status)The current refresh status for a check, including the amount of time until the check is eligible for refresh.
-