Uses of Class
software.amazon.awssdk.services.support.model.DescribeTrustedAdvisorCheckResultResponse
-
Packages that use DescribeTrustedAdvisorCheckResultResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of DescribeTrustedAdvisorCheckResultResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return DescribeTrustedAdvisorCheckResultResponse Modifier and Type Method Description default DescribeTrustedAdvisorCheckResultResponseSupportClient. describeTrustedAdvisorCheckResult(Consumer<DescribeTrustedAdvisorCheckResultRequest.Builder> describeTrustedAdvisorCheckResultRequest)Returns the results of the Trusted Advisor check that has the specified check ID.default DescribeTrustedAdvisorCheckResultResponseSupportClient. describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)Returns the results of the Trusted Advisor check that has the specified check ID.Methods in software.amazon.awssdk.services.support that return types with arguments of type DescribeTrustedAdvisorCheckResultResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustedAdvisorCheckResultResponse>SupportAsyncClient. describeTrustedAdvisorCheckResult(Consumer<DescribeTrustedAdvisorCheckResultRequest.Builder> describeTrustedAdvisorCheckResultRequest)Returns the results of the Trusted Advisor check that has the specified check ID.default CompletableFuture<DescribeTrustedAdvisorCheckResultResponse>SupportAsyncClient. describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest describeTrustedAdvisorCheckResultRequest)Returns the results of the Trusted Advisor check that has the specified check ID.
-