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 TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. clone()TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. withCategory(String category)The category of the Trusted Advisor check.TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. withDescription(String description)The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. withId(String id)The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. withMetadata(String... metadata)The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. withMetadata(Collection<String> metadata)The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescriptionTrustedAdvisorCheckDescription. 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 DescribeTrustedAdvisorChecksResultDescribeTrustedAdvisorChecksResult. 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 voidDescribeTrustedAdvisorChecksResult. setChecks(Collection<TrustedAdvisorCheckDescription> checks)Information about all available Trusted Advisor checks.DescribeTrustedAdvisorChecksResultDescribeTrustedAdvisorChecksResult. withChecks(Collection<TrustedAdvisorCheckDescription> checks)Information about all available Trusted Advisor checks.
-