Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.clone() |
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withCategory(String category)
The category of the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withDescription(String description)
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations
(contains HTML markup).
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withId(String id)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withMetadata(Collection<String> metadata)
The column headings for the data returned by the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withMetadata(String... metadata)
The column headings for the data returned by the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withName(String name)
The display name for the Trusted Advisor check.
|
Modifier and Type | Method and Description |
---|---|
List<TrustedAdvisorCheckDescription> |
DescribeTrustedAdvisorChecksResult.getChecks()
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorChecksResult |
DescribeTrustedAdvisorChecksResult.withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrustedAdvisorChecksResult.setChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResult |
DescribeTrustedAdvisorChecksResult.withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
Copyright © 2024. All rights reserved.