Package | Description |
---|---|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
List<TrustedAdvisorCheckRefreshStatus> |
DescribeTrustedAdvisorCheckRefreshStatusesResult.getStatuses()
The refresh status of the specified Trusted Advisor checks.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.