Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckRefreshStatus

Packages that use TrustedAdvisorCheckRefreshStatus
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of TrustedAdvisorCheckRefreshStatus in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckRefreshStatus
 TrustedAdvisorCheckRefreshStatus RefreshTrustedAdvisorCheckResult.getStatus()
          The current refresh status for a check, including the amount of time until the check is eligible for refresh.
 TrustedAdvisorCheckRefreshStatus TrustedAdvisorCheckRefreshStatus.withCheckId(String checkId)
          The unique identifier for the Trusted Advisor check.
 TrustedAdvisorCheckRefreshStatus TrustedAdvisorCheckRefreshStatus.withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
          The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
 TrustedAdvisorCheckRefreshStatus TrustedAdvisorCheckRefreshStatus.withStatus(String status)
          The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
 

Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorCheckRefreshStatus
 List<TrustedAdvisorCheckRefreshStatus> DescribeTrustedAdvisorCheckRefreshStatusesResult.getStatuses()
          The refresh status of the specified Trusted Advisor checks.
 

Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckRefreshStatus
 void RefreshTrustedAdvisorCheckResult.setStatus(TrustedAdvisorCheckRefreshStatus status)
          The current refresh status for a check, including the amount of time until the check is eligible for refresh.
 RefreshTrustedAdvisorCheckResult RefreshTrustedAdvisorCheckResult.withStatus(TrustedAdvisorCheckRefreshStatus status)
          The current refresh status for a check, including the amount of time until the check is eligible for refresh.
 DescribeTrustedAdvisorCheckRefreshStatusesResult DescribeTrustedAdvisorCheckRefreshStatusesResult.withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
          The refresh status of the specified Trusted Advisor checks.
 

Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorCheckRefreshStatus
 void DescribeTrustedAdvisorCheckRefreshStatusesResult.setStatuses(Collection<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.
 



Copyright © 2016. All rights reserved.