Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckRefreshStatus
Packages that use TrustedAdvisorCheckRefreshStatus
-
Uses of TrustedAdvisorCheckRefreshStatus in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckRefreshStatusModifier and TypeMethodDescriptionTrustedAdvisorCheckRefreshStatus.clone()RefreshTrustedAdvisorCheckResult.getStatus()The current refresh status for a check, including the amount of time until the check is eligible for refresh.TrustedAdvisorCheckRefreshStatus.withCheckId(String checkId) The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckRefreshStatus.withMillisUntilNextRefreshable(Long millisUntilNextRefreshable) The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.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 TrustedAdvisorCheckRefreshStatusModifier and TypeMethodDescriptionDescribeTrustedAdvisorCheckRefreshStatusesResult.getStatuses()The refresh status of the specified Trusted Advisor checks.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckRefreshStatusModifier and TypeMethodDescriptionvoidRefreshTrustedAdvisorCheckResult.setStatus(TrustedAdvisorCheckRefreshStatus status) The current refresh status for a check, including the amount of time until the check is eligible for refresh.RefreshTrustedAdvisorCheckResult.withStatus(TrustedAdvisorCheckRefreshStatus status) The current refresh status for a check, including the amount of time until the check is eligible for refresh.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 TrustedAdvisorCheckRefreshStatusModifier and TypeMethodDescriptionvoidDescribeTrustedAdvisorCheckRefreshStatusesResult.setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResult.withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) The refresh status of the specified Trusted Advisor checks.