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 TrustedAdvisorCheckRefreshStatusTrustedAdvisorCheckRefreshStatus. clone()TrustedAdvisorCheckRefreshStatusRefreshTrustedAdvisorCheckResult. getStatus()The current refresh status for a check, including the amount of time until the check is eligible for refresh.TrustedAdvisorCheckRefreshStatusTrustedAdvisorCheckRefreshStatus. withCheckId(String checkId)The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckRefreshStatusTrustedAdvisorCheckRefreshStatus. withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.TrustedAdvisorCheckRefreshStatusTrustedAdvisorCheckRefreshStatus. 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 voidRefreshTrustedAdvisorCheckResult. setStatus(TrustedAdvisorCheckRefreshStatus status)The current refresh status for a check, including the amount of time until the check is eligible for refresh.RefreshTrustedAdvisorCheckResultRefreshTrustedAdvisorCheckResult. withStatus(TrustedAdvisorCheckRefreshStatus status)The current refresh status for a check, including the amount of time until the check is eligible for refresh.DescribeTrustedAdvisorCheckRefreshStatusesResultDescribeTrustedAdvisorCheckRefreshStatusesResult. 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 voidDescribeTrustedAdvisorCheckRefreshStatusesResult. setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResultDescribeTrustedAdvisorCheckRefreshStatusesResult. withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)The refresh status of the specified Trusted Advisor checks.
-