Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCheckRefreshStatus |
RefreshTrustedAdvisorCheckResult.status
The current refresh status for a check, including the amount of time
until the check is eligible for refresh.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TrustedAdvisorCheckRefreshStatus> |
DescribeTrustedAdvisorCheckRefreshStatusesResult.statuses
The refresh status of the specified Trusted Advisor checks.
|
Modifier and Type | Method and 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(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckRefreshStatus |
TrustedAdvisorCheckRefreshStatus.withMillisUntilNextRefreshable(java.lang.Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is
eligible for refresh.
|
TrustedAdvisorCheckRefreshStatus |
TrustedAdvisorCheckRefreshStatus.withStatus(java.lang.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 |
---|---|
java.util.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(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
DescribeTrustedAdvisorCheckRefreshStatusesResult.withStatuses(java.util.Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckRefreshStatus |
TrustedAdvisorCheckRefreshStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCheckRefreshStatusJsonMarshaller.marshall(TrustedAdvisorCheckRefreshStatus trustedAdvisorCheckRefreshStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|