Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckDescription
-
Packages that use TrustedAdvisorCheckDescription Package Description com.amazonaws.services.support.model -
-
Uses of TrustedAdvisorCheckDescription in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckDescription Modifier and Type Method 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 actions (contains HTML markup).TrustedAdvisorCheckDescription
TrustedAdvisorCheckDescription. withId(String id)
The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckDescription
TrustedAdvisorCheckDescription. withMetadata(String... metadata)
The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescription
TrustedAdvisorCheckDescription. withMetadata(Collection<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.Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorCheckDescription Modifier and Type Method Description List<TrustedAdvisorCheckDescription>
DescribeTrustedAdvisorChecksResult. getChecks()
Information about all available Trusted Advisor checks.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckDescription Modifier and Type Method Description DescribeTrustedAdvisorChecksResult
DescribeTrustedAdvisorChecksResult. withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorCheckDescription Modifier and Type Method 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.
-