Uses of Class
software.amazon.awssdk.services.support.model.RefreshTrustedAdvisorCheckResponse
-
Packages that use RefreshTrustedAdvisorCheckResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of RefreshTrustedAdvisorCheckResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return RefreshTrustedAdvisorCheckResponse Modifier and Type Method Description default RefreshTrustedAdvisorCheckResponseSupportClient. refreshTrustedAdvisorCheck(Consumer<RefreshTrustedAdvisorCheckRequest.Builder> refreshTrustedAdvisorCheckRequest)Refreshes the Trusted Advisor check that you specify using the check ID.default RefreshTrustedAdvisorCheckResponseSupportClient. refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)Refreshes the Trusted Advisor check that you specify using the check ID.Methods in software.amazon.awssdk.services.support that return types with arguments of type RefreshTrustedAdvisorCheckResponse Modifier and Type Method Description default CompletableFuture<RefreshTrustedAdvisorCheckResponse>SupportAsyncClient. refreshTrustedAdvisorCheck(Consumer<RefreshTrustedAdvisorCheckRequest.Builder> refreshTrustedAdvisorCheckRequest)Refreshes the Trusted Advisor check that you specify using the check ID.default CompletableFuture<RefreshTrustedAdvisorCheckResponse>SupportAsyncClient. refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest refreshTrustedAdvisorCheckRequest)Refreshes the Trusted Advisor check that you specify using the check ID.
-