Uses of Class
software.amazon.awssdk.services.support.model.TrustedAdvisorCheckRefreshStatus
-
Packages that use TrustedAdvisorCheckRefreshStatus Package Description software.amazon.awssdk.services.support.model -
-
Uses of TrustedAdvisorCheckRefreshStatus in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return TrustedAdvisorCheckRefreshStatus Modifier and Type Method Description TrustedAdvisorCheckRefreshStatusRefreshTrustedAdvisorCheckResponse. status()The current refresh status for a check, including the amount of time until the check is eligible for refresh.Methods in software.amazon.awssdk.services.support.model that return types with arguments of type TrustedAdvisorCheckRefreshStatus Modifier and Type Method Description List<TrustedAdvisorCheckRefreshStatus>DescribeTrustedAdvisorCheckRefreshStatusesResponse. statuses()The refresh status of the specified Trusted Advisor checks.Methods in software.amazon.awssdk.services.support.model with parameters of type TrustedAdvisorCheckRefreshStatus Modifier and Type Method Description RefreshTrustedAdvisorCheckResponse.BuilderRefreshTrustedAdvisorCheckResponse.Builder. status(TrustedAdvisorCheckRefreshStatus status)The current refresh status for a check, including the amount of time until the check is eligible for refresh.DescribeTrustedAdvisorCheckRefreshStatusesResponse.BuilderDescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder. statuses(TrustedAdvisorCheckRefreshStatus... statuses)The refresh status of the specified Trusted Advisor checks.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type TrustedAdvisorCheckRefreshStatus Modifier and Type Method Description DescribeTrustedAdvisorCheckRefreshStatusesResponse.BuilderDescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder. statuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)The refresh status of the specified Trusted Advisor checks.
-