Uses of Class
software.amazon.awssdk.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesResponse
-
Packages that use DescribeTrustedAdvisorCheckRefreshStatusesResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of DescribeTrustedAdvisorCheckRefreshStatusesResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return DescribeTrustedAdvisorCheckRefreshStatusesResponse Modifier and Type Method Description default DescribeTrustedAdvisorCheckRefreshStatusesResponseSupportClient. describeTrustedAdvisorCheckRefreshStatuses(Consumer<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder> describeTrustedAdvisorCheckRefreshStatusesRequest)Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.default DescribeTrustedAdvisorCheckRefreshStatusesResponseSupportClient. describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.Methods in software.amazon.awssdk.services.support that return types with arguments of type DescribeTrustedAdvisorCheckRefreshStatusesResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustedAdvisorCheckRefreshStatusesResponse>SupportAsyncClient. describeTrustedAdvisorCheckRefreshStatuses(Consumer<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder> describeTrustedAdvisorCheckRefreshStatusesRequest)Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.default CompletableFuture<DescribeTrustedAdvisorCheckRefreshStatusesResponse>SupportAsyncClient. describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.
-