Uses of Class
com.amazonaws.services.support.model.RefreshTrustedAdvisorCheckResult
Packages that use RefreshTrustedAdvisorCheckResult
-
Uses of RefreshTrustedAdvisorCheckResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return RefreshTrustedAdvisorCheckResultModifier and TypeMethodDescriptionAbstractAWSSupport.refreshTrustedAdvisorCheck
(RefreshTrustedAdvisorCheckRequest request) AWSSupport.refreshTrustedAdvisorCheck
(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest) Requests a refresh of the Trusted Advisor check that has the specified check ID.AWSSupportClient.refreshTrustedAdvisorCheck
(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest) Requests a refresh of the Trusted Advisor check that has the specified check ID.Methods in com.amazonaws.services.support that return types with arguments of type RefreshTrustedAdvisorCheckResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest request) AbstractAWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest request, AsyncHandler<RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResult> asyncHandler) AWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest) Requests a refresh of the Trusted Advisor check that has the specified check ID.AWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResult> asyncHandler) Requests a refresh of the Trusted Advisor check that has the specified check ID.AWSSupportAsyncClient.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest request) AWSSupportAsyncClient.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest request, AsyncHandler<RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type RefreshTrustedAdvisorCheckResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest request, AsyncHandler<RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResult> asyncHandler) AWSSupportAsync.refreshTrustedAdvisorCheckAsync
(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest, AsyncHandler<RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResult> asyncHandler) Requests a refresh of the Trusted Advisor check that has the specified check ID.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 RefreshTrustedAdvisorCheckResultModifier and TypeMethodDescriptionRefreshTrustedAdvisorCheckResult.clone()
RefreshTrustedAdvisorCheckResult.withStatus
(TrustedAdvisorCheckRefreshStatus status) The current refresh status for a check, including the amount of time until the check is eligible for refresh.