Uses of Class
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesResult
-
Packages that use DescribeTrustedAdvisorCheckRefreshStatusesResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of DescribeTrustedAdvisorCheckRefreshStatusesResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeTrustedAdvisorCheckRefreshStatusesResult Modifier and Type Method Description DescribeTrustedAdvisorCheckRefreshStatusesResult
AbstractAWSSupport. describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest request)
DescribeTrustedAdvisorCheckRefreshStatusesResult
AWSSupport. describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs.DescribeTrustedAdvisorCheckRefreshStatusesResult
AWSSupportClient. describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest describeTrustedAdvisorCheckRefreshStatusesRequest)
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. -
Uses of DescribeTrustedAdvisorCheckRefreshStatusesResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeTrustedAdvisorCheckRefreshStatusesResult Modifier and Type Method Description DescribeTrustedAdvisorCheckRefreshStatusesResult
DescribeTrustedAdvisorCheckRefreshStatusesResult. clone()
DescribeTrustedAdvisorCheckRefreshStatusesResult
DescribeTrustedAdvisorCheckRefreshStatusesResult. withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResult
DescribeTrustedAdvisorCheckRefreshStatusesResult. withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
-