Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckRefreshStatus
-
Packages that use TrustedAdvisorCheckRefreshStatus Package Description com.amazonaws.services.support.model -
-
Uses of TrustedAdvisorCheckRefreshStatus in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckRefreshStatus Modifier and Type Method Description TrustedAdvisorCheckRefreshStatus
TrustedAdvisorCheckRefreshStatus. clone()
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-