Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckDescription
Packages that use TrustedAdvisorCheckDescription
-
Uses of TrustedAdvisorCheckDescription in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckDescriptionModifier and TypeMethodDescriptionTrustedAdvisorCheckDescription.clone()
TrustedAdvisorCheckDescription.withCategory
(String category) The category of the Trusted Advisor check.TrustedAdvisorCheckDescription.withDescription
(String description) The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckDescription.withMetadata
(String... metadata) The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescription.withMetadata
(Collection<String> metadata) The column headings for the data returned by the Trusted Advisor check.The display name for the Trusted Advisor check.Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorCheckDescriptionModifier and TypeMethodDescriptionDescribeTrustedAdvisorChecksResult.getChecks()
Information about all available Trusted Advisor checks.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckDescriptionModifier and TypeMethodDescriptionDescribeTrustedAdvisorChecksResult.withChecks
(TrustedAdvisorCheckDescription... checks) Information about all available Trusted Advisor checks.Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorCheckDescriptionModifier and TypeMethodDescriptionvoid
DescribeTrustedAdvisorChecksResult.setChecks
(Collection<TrustedAdvisorCheckDescription> checks) Information about all available Trusted Advisor checks.DescribeTrustedAdvisorChecksResult.withChecks
(Collection<TrustedAdvisorCheckDescription> checks) Information about all available Trusted Advisor checks.